com.vaadin.event.


Interface Action.Listener

All Superinterfaces:

Serializable

All Known Implementing Classes:

AbstractField.FocusShortcut, Button.ClickShortcut, ShortcutListener, Window.CloseShortcut

Enclosing class:

Action

public static interface Action.Listener
extends Serializable

An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the addAction() -method, which in many cases is easier than implementing the Action.Handler interface.

Method Summary
 void handleAction(Object sender, Object target)
           
 

Method Detail

handleAction

void handleAction(Object sender,
                  Object target)