com.hack23.cia.web.impl.ui.controller.application
Class ApplicationActionListener

Package class diagram package ApplicationActionListener
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.controller.application.ApplicationActionListener
All Implemented Interfaces:
ControllerActionListener, com.vaadin.ui.Button.ClickListener, Serializable

public class ApplicationActionListener
extends Object
implements ControllerActionListener

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

See Also:
ApplicationActionEvent, Serialized Form

Constructor Summary
Constructor and Description
ApplicationActionListener(Controller controller)
          Instantiates a new application action listener.
 
Method Summary
Modifier and Type Method and Description
 void buttonClick(com.vaadin.ui.Button.ClickEvent event)
           
 void handleAction(ControllerAction action)
          Handle action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationActionListener

public ApplicationActionListener(Controller controller)
Instantiates a new application action listener.

Parameters:
controller - the controller
Method Detail

buttonClick

public final void buttonClick(com.vaadin.ui.Button.ClickEvent event)
Specified by:
buttonClick in interface com.vaadin.ui.Button.ClickListener

handleAction

public final void handleAction(ControllerAction action)
Description copied from interface: ControllerActionListener
Handle action.

Specified by:
handleAction in interface ControllerActionListener
Parameters:
action - the action


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