Interface SelectBoxChangeSelectionEventListener<T>
- All Superinterfaces:
EventListener<SelectBoxChangeSelectionEvent<T>>
public interface SelectBoxChangeSelectionEventListener<T>
extends EventListener<SelectBoxChangeSelectionEvent<T>>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(SelectBoxChangeSelectionEvent<T> event) Used to handleSelectBoxChangeSelectionEventevent.
-
Method Details
-
process
Used to handleSelectBoxChangeSelectionEventevent.- Specified by:
processin interfaceEventListener<T>- Parameters:
event- event to handle.
-