public class DialogCloseEventListener extends java.lang.Object implements WidgetCloseEventListener<WidgetCloseEvent>
Constructor and Description |
---|
DialogCloseEventListener(Dialog dialog) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
void |
process(WidgetCloseEvent event)
Used to handle
WidgetCloseEvent event. |
public DialogCloseEventListener(Dialog dialog)
public void process(WidgetCloseEvent event)
WidgetCloseEvent
event.process
in interface WidgetCloseEventListener<WidgetCloseEvent>
process
in interface EventListener<WidgetCloseEvent>
event
- event to handle.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object