com.vaadin.event.


Interface FieldEvents.TextChangeListener

All Superinterfaces:

ComponentEventListener, EventListener, Serializable

Enclosing interface:

FieldEvents

public static interface FieldEvents.TextChangeListener
extends ComponentEventListener

A listener for FieldEvents.TextChangeEvents.

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:

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