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 forOpenEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonOpen(OpenEvent<T> event)Called whenOpenEventis fired.
-