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:
- extends ComponentEventListener
public static interface FieldEvents.TextChangeListener
A listener for FieldEvents.TextChangeEvent
s.
Since:
6.5
Field Summary | |
---|---|
static String |
EVENT_ID
|
static Method |
EVENT_METHOD
|
Method Summary | |
---|---|
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)
- Parameters:
event
- the event providing details of the text change
This method is called repeatedly while the text is edited by a user.