net.sf.j3d.threeD.ui.event
Class DialogCloseEvent

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.UIEvent
      extended by net.sf.j3d.threeD.ui.event.DialogCloseEvent
All Implemented Interfaces:
Event

public class DialogCloseEvent
extends UIEvent

A DialogCloseEvent object represents the event of closing a dialog.


Constructor Summary
DialogCloseEvent(Dialog dialog)
          Constructs a new DialogCloseEvent object for the specified Dialog object.
 
Method Summary
 Dialog getDialog()
          Returns the dialog that has been closed.
 String toString()
          Returns "DialogCloseEvent".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogCloseEvent

public DialogCloseEvent(Dialog dialog)
Constructs a new DialogCloseEvent object for the specified Dialog object.

Method Detail

getDialog

public Dialog getDialog()
Returns the dialog that has been closed.


toString

public String toString()
Returns "DialogCloseEvent".

Overrides:
toString in class UIEvent