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

Package class diagram package ApplicationActionListener
java.lang.Object
  extended by com.hack23.cia.web.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
ApplicationActionListener(Controller controller)
          Instantiates a new application action listener.
 
Method Summary
 void buttonClick(com.vaadin.ui.Button.ClickEvent event)
           
 
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


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