jcontrol.ui.vole.event
Interface ActionListener

All Known Implementing Classes:
Frame

public interface ActionListener

The interface ActionListener must be implemented by applications that wish to receive action events from components.

(C) DOMOLOGIC Home Automation GmbH 2003

Author:
Wolfgang Klingauf

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

Method Detail

onActionEvent

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

Parameters:
e - The action event.