com.sencha.gxt.widget.core.client.event
Interface DeactivateEvent.DeactivateHandler<T>

All Superinterfaces:
EventHandler
Enclosing class:
DeactivateEvent<T>

public static interface DeactivateEvent.DeactivateHandler<T>
extends EventHandler

Handler class for DeactivateEvent events.


Method Summary
 void onDeactivate(DeactivateEvent<T> event)
          Called after the widget has been deactivated.
 

Method Detail

onDeactivate

void onDeactivate(DeactivateEvent<T> event)
Called after the widget has been deactivated.



Copyright © 2012. All Rights Reserved.