org.apache.pivot.wtk
Class DialogStateListener.Adapter
java.lang.Object
org.apache.pivot.wtk.DialogStateListener.Adapter
- All Implemented Interfaces:
- DialogCloseListener, DialogStateListener
- Enclosing interface:
- DialogStateListener
public static class DialogStateListener.Adapter
- extends Object
- implements DialogStateListener
Dialog state listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogStateListener.Adapter
public DialogStateListener.Adapter()
previewDialogClose
public Vote previewDialogClose(Dialog dialog,
boolean result)
- Description copied from interface:
DialogStateListener
- Called to preview a dialog close event.
- Specified by:
previewDialogClose
in interface DialogStateListener
dialogCloseVetoed
public void dialogCloseVetoed(Dialog dialog,
Vote reason)
- Description copied from interface:
DialogStateListener
- Called when a dialog close event has been vetoed.
- Specified by:
dialogCloseVetoed
in interface DialogStateListener
dialogClosed
public void dialogClosed(Dialog dialog,
boolean modal)
- Description copied from interface:
DialogCloseListener
- Called when a dialog has closed.
- Specified by:
dialogClosed
in interface DialogCloseListener