com.jmex.bui.event
Interface ActionListener

All Superinterfaces:
ComponentListener

public interface ActionListener
extends ComponentListener

Dispatches action events to interested parties.


Method Summary
 void actionPerformed(ActionEvent event)
          Dispatched when a component has generated an "action".
 

Method Detail

actionPerformed

void actionPerformed(ActionEvent event)
Dispatched when a component has generated an "action".



Copyright © 2008 Michael Bayne. All Rights Reserved.