Interface WidgetCloseEventListener<T extends WidgetCloseEvent>
- All Superinterfaces:
EventListener<T>
- All Known Implementing Classes:
DialogCloseEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(WidgetCloseEvent event) Used to handleWidgetCloseEventevent.
-
Method Details
-
process
Used to handleWidgetCloseEventevent.- Specified by:
processin interfaceEventListener<T extends WidgetCloseEvent>- Parameters:
event- event to handle.
-