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.


Method Summary
 void actionPerformed(YogiComponent source)
          Invoked when an action occurs.
 

Method Detail

actionPerformed

public void actionPerformed(YogiComponent source)
Invoked when an action occurs.
Parameters:
source - is the source object that fired the action event.

Copyright 2002 Yospace Holdings Ltd. All Rights Reserved.