asquare.gwt.tk.client.ui
Class AlertDialog.HideAndExecuteCommand
java.lang.Object
asquare.gwt.tk.client.ui.AlertDialog.HideAndExecuteCommand
- All Implemented Interfaces:
- Command
- Enclosing class:
- AlertDialog
public static class AlertDialog.HideAndExecuteCommand
- extends Object
- implements Command
A command wrapper which hides the dialog then executes a wrapped command.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertDialog.HideAndExecuteCommand
public AlertDialog.HideAndExecuteCommand(ModalDialog dialog,
Command command)
execute
public void execute()
- Specified by:
execute in interface Command
© 2007 Mat Gessel