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