A simple interface to be used by anything wishing to display a modal dialog.
Dialog
Method Summary | |
void |
dialogDismissed(java.lang.String title)
The Dialog with title title has been dismissed. |
Method Detail |
public void dialogDismissed(java.lang.String title)
title
has been dismissed.title
- title of the Dialog that was dismissed.