public interface ClosedHandler<T> extends EventHandler
ClosedEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onClosed(ClosedEvent<T> event)
Called when
ClosedEvent is fired. |
void onClosed(ClosedEvent<T> event)
ClosedEvent is fired.event - the ClosedEvent that was firedCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.