org.directdemocracyportal.democracy.web.actionlistener
Class ApplicationActionListener

Package class diagram package ApplicationActionListener
java.lang.Object
  extended by org.directdemocracyportal.democracy.web.actionlistener.ApplicationActionListener
All Implemented Interfaces:
java.util.EventListener, thinwire.ui.event.ActionListener

public class ApplicationActionListener
extends java.lang.Object
implements thinwire.ui.event.ActionListener

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

Constructor Summary
Constructor and Description
ApplicationActionListener(Controller controller)
          Instantiates a new application action listener.
 
Method Summary
Modifier and Type Method and Description
 void actionPerformed(thinwire.ui.event.ActionEvent ev)
           
 
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

actionPerformed

public void actionPerformed(thinwire.ui.event.ActionEvent ev)
Specified by:
actionPerformed in interface thinwire.ui.event.ActionListener


Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.