Class TextInputContentChangeEvent<T extends TextInput>
java.lang.Object
com.spinyowl.legui.event.Event<T>
com.spinyowl.legui.component.event.textinput.TextInputContentChangeEvent<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spinyowl.legui.event.Event
getContext, getFrame, getTargetComponent
-
Constructor Details
-
TextInputContentChangeEvent
-
-
Method Details
-
getOldValue
Returns old value.- Returns:
- old value.
-
getNewValue
Returns new value.- Returns:
- new value.
-
toString
-
equals
-
hashCode
public int hashCode()
-