com.tensegrity.gui.swt.control.widgets
Class InputChangedEvent
java.lang.Object
java.util.EventObject
com.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
| 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 |
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 happenedinput - textual representation of the changed input
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.