com.sun.kjava
Interface DialogOwner


public interface DialogOwner

A simple interface to be used by anything wishing to display a modal dialog.

See Also:
Dialog

Method Summary
 void dialogDismissed(java.lang.String title)
          The Dialog with title title has been dismissed.
 

Method Detail

dialogDismissed

public void dialogDismissed(java.lang.String title)
The Dialog with title title has been dismissed.
Parameters:
title - title of the Dialog that was dismissed.