com.vaadin.event
Interface FieldEvents.FocusListener

All Superinterfaces:
ComponentEventListener, EventListener, Serializable
Enclosing interface:
FieldEvents

public static interface FieldEvents.FocusListener
extends ComponentEventListener

FocusListener interface for listening for FocusEvent fired by a Field.

Since:
6.2
See Also:
FieldEvents.FocusEvent

Field Summary
static Method focusMethod
           
 
Method Summary
 void focus(FieldEvents.FocusEvent event)
          Component has been focused
 

Field Detail

focusMethod

static final Method focusMethod
Method Detail

focus

void focus(FieldEvents.FocusEvent event)
Component has been focused

Parameters:
event - Component focus event.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.