Package com.vaadin.v7.event
Interface FieldEvents.TextChangeListener
-
- All Superinterfaces:
ConnectorEventListener,EventListener,Serializable,SerializableEventListener
- Enclosing interface:
- FieldEvents
@Deprecated public static interface FieldEvents.TextChangeListener extends ConnectorEventListener
Deprecated.A listener forFieldEvents.TextChangeEvents.- Since:
- 6.5
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_IDDeprecated.static MethodEVENT_METHODDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidtextChange(FieldEvents.TextChangeEvent event)Deprecated.This method is called repeatedly while the text is edited by a user.
-
-
-
Field Detail
-
EVENT_ID
static final String EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
EVENT_METHOD
static final Method EVENT_METHOD
Deprecated.
-
-
Method Detail
-
textChange
void textChange(FieldEvents.TextChangeEvent event)
Deprecated.This method is called repeatedly while the text is edited by a user.- Parameters:
event- the event providing details of the text change
-
-