ciips.animation
Class InputDialogEvent

java.lang.Object
  extended byciips.animation.InputDialogEvent

public class InputDialogEvent
extends java.lang.Object

An InputDialogEvent is despatched from an InputDialog - it contains the string in the text field when the user hit "OK"


Constructor Summary
InputDialogEvent(java.awt.Component source, java.lang.String t)
          Method which will be notified when an InputDialog completes
 
Method Summary
 java.awt.Component getSource()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDialogEvent

public InputDialogEvent(java.awt.Component source,
                        java.lang.String t)
Method which will be notified when an InputDialog completes

Method Detail

getText

public java.lang.String getText()

getSource

public java.awt.Component getSource()