jcontrol.ui.wombat.event
Interface ActionListener

All Superinterfaces:
EventListener

public interface ActionListener
extends EventListener

The interface ActionListener must be implemented by any class that wishes to receive action events from components.

(C) DOMOLOGIC Home Automation GmbH 2005 - 2007

See Also:
ActionEvent, ActionProducer

Method Summary
 void onActionEvent(ActionEvent e)
          Every time an action event is fired, this method will be called.
 

Method Detail

onActionEvent

void onActionEvent(ActionEvent e)
Every time an action event is fired, this method will be called.

Parameters:
e - The action event.