com.threerings.opengl.gui.event
Interface ActionListener

All Superinterfaces:
ComponentListener
All Known Implementing Classes:
ButtonGroup

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".