Rings
Version 0.3

threeD.ui.event
Class DialogCloseEvent

java.lang.Object
  extended bythreeD.ui.event.UIEvent
      extended bythreeD.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.
 java.lang.String toString()
          Returns "DialogCloseEvent".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String toString()
Returns "DialogCloseEvent".

Overrides:
toString in class UIEvent

Rings
Version 0.3

Copyright 2003-05 Mike Murray