com.yospace.yae.yogi
Interface ActionListener
- All Known Implementing Classes:
- YogiTabbedPane, SimpleDashBar, Panelet
- public interface ActionListener
This is the interface that allows objects to respond to action events. The class implements this interface and
then adds itself to another object using that object's setActionListener method.
actionPerformed
public void actionPerformed(YogiComponent source)
- Invoked when an action occurs.
- Parameters:
source - is the source object that fired the action event.