public interface WidgetCloseEventListener<T extends WidgetCloseEvent> extends EventListener<T>
Modifier and Type | Method and Description |
---|---|
void |
process(WidgetCloseEvent event)
Used to handle
WidgetCloseEvent event. |
void process(WidgetCloseEvent event)
WidgetCloseEvent
event.process
in interface EventListener<T extends WidgetCloseEvent>
event
- event to handle.