jcontrol.ui.vole.event
Interface ActionListener

All Known Implementing Classes:
Frame, PassiveFrame

public interface ActionListener

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

(c) Copyright 2003-2007 DOMOLOGIC GmbH


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.