com.tensegrity.gui.swt.control.widgets
Class InputChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.tensegrity.gui.swt.control.widgets.InputChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class InputChangedEvent
extends java.util.EventObject

This class defines an event which is triggered whenever an input, e.g. of a text field, changes.

This class is used to propagate additional information to InputChangeListeners.

Version:
$Id: InputChangedEvent.java,v 1.2 2005/03/21 13:58:16 ArndHouben Exp $
Author:
Arnd Houben
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InputChangedEvent(java.lang.Object source, java.lang.String input)
          Constructor which requires the changed input
 
Method Summary
 java.lang.String getInput()
          Rerturns the changed input.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputChangedEvent

public InputChangedEvent(java.lang.Object source,
                         java.lang.String input)
Constructor which requires the changed input

Parameters:
source - the object on which this event happened
input - textual representation of the changed input
Method Detail

getInput

public final java.lang.String getInput()
Rerturns the changed input.

Returns:
textual representation of the changed input.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.