We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Interface FieldEvents.TextChangeListener
-
All Superinterfaces:
Enclosing interface:
public static interface FieldEvents.TextChangeListener extends ConnectorEventListener
A listener for
FieldEvents.TextChangeEvent
s.Since:
6.5
-
-
Field Summary
Fields Modifier and Type Field and Description static String
EVENT_ID
static Method
EVENT_METHOD
-
Method Summary
All Methods Modifier and Type Method and Description void
textChange(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:
-
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
-
-