Interface OpenHandler<T>
-
- Type Parameters:
T
- the type being opened
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedOldDisclosureHandler
,ListenerWrapper.WrappedTreeListener
public interface OpenHandler<T> extends EventHandler
Handler interface forOpenEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onOpen(OpenEvent<T> event)
Called whenOpenEvent
is fired.
-