yu.ac.bg.etf.javaqx.qswing.events
Interface ActionListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
Action
All Known Implementing Classes:
AbstractAction

public interface ActionListener
extends java.util.EventListener

Action Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void actionPerformed(ActionEvent e)
          Notifies listener that action has occurred.
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Notifies listener that action has occurred.

Parameters:
e - the action event


Copyright © 2007 ETF and contributors. All Rights Reserved.