Interface BeforeSelectionHandler<T>
-
- Type Parameters:
T- the type about to be selected
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedTabListener
public interface BeforeSelectionHandler<T> extends EventHandler
Handler interface forBeforeSelectionEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeSelection(BeforeSelectionEvent<T> event)Called whenBeforeSelectionEventis fired.
-
-
-
Method Detail
-
onBeforeSelection
void onBeforeSelection(BeforeSelectionEvent<T> event)
Called whenBeforeSelectionEventis fired.- Parameters:
event- theBeforeSelectionEventthat was fired
-
-