com.sencha.gxt.widget.core.client.event
Interface UpdateEvent.UpdateHandler

All Superinterfaces:
EventHandler
Enclosing class:
UpdateEvent

public static interface UpdateEvent.UpdateHandler
extends EventHandler

Handler for UpdateEvent events.


Method Summary
 void onUpdate(UpdateEvent event)
          Called after the source is updated.
 

Method Detail

onUpdate

void onUpdate(UpdateEvent event)
Called after the source is updated.

Parameters:
event - the UpdateEvent that was fired


Copyright © 2012. All Rights Reserved.