org.xith3d.ui.hud.listeners
Interface DialogListener
- All Known Implementing Classes:
- WidgetEventsReceiverAdapter
public interface DialogListener
Use this interface when you close a Dialog Widget with a user defined Button.
|
Method Summary |
void |
onDialogClosed(Dialog dialog,
java.lang.Object closeCommand)
This event is fired when a Dialog is closed. |
onDialogClosed
void onDialogClosed(Dialog dialog,
java.lang.Object closeCommand)
- This event is fired when a Dialog is closed.
- Parameters:
dialog - the Dialog that was closedcloseCommand - the close-command