com.sencha.gxt.widget.core.client.event
Interface CloseEvent.CloseHandler<T>

Type Parameters:
T - the type being closed
All Superinterfaces:
EventHandler
Enclosing class:
CloseEvent<T>

public static interface CloseEvent.CloseHandler<T>
extends EventHandler

Handler class for CloseEvent events.


Method Summary
 void onClose(CloseEvent<T> event)
          Called after tab item is closed.
 

Method Detail

onClose

void onClose(CloseEvent<T> event)
Called after tab item is closed.



Copyright © 2012. All Rights Reserved.