org.apache.pivot.wtk
Interface DialogCloseListener

All Known Subinterfaces:
DialogStateListener
All Known Implementing Classes:
DialogStateListener.Adapter, TerraAlertSkin, TerraDialogSkin

public interface DialogCloseListener

Dialog close listener interface.


Method Summary
 void dialogClosed(Dialog dialog, boolean modal)
          Called when a dialog has closed.
 

Method Detail

dialogClosed

void dialogClosed(Dialog dialog,
                  boolean modal)
Called when a dialog has closed.

Parameters:
dialog -