com.hack23.cia.web.action.common
Interface ControllerActionListener

Package class diagram package ControllerActionListener
All Superinterfaces:
com.vaadin.ui.Button.ClickListener, Serializable
All Known Implementing Classes:
ApplicationActionListener

public interface ControllerActionListener
extends com.vaadin.ui.Button.ClickListener

The listener interface for receiving controllerAction events. The class that is interested in processing a controllerAction event implements this interface, and the object created with that class is registered with a component using the component's addControllerActionListener method. When the controllerAction event occurs, that object's appropriate method is invoked.

See Also:
ControllerActionEvent

Method Summary
 
Methods inherited from interface com.vaadin.ui.Button.ClickListener
buttonClick
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.