|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectParamEventListener
Listens to ParamEvent and its source will take action accordingly.
Example: JPanel panel = new JPanel(); AlgorithmParams.getInstance().addListener( new ParamEventListener(panel) );
MainSelectionPanel| Constructor Summary | |
ParamEventListener(java.lang.Object o)
Constructor |
|
| Method Summary | |
void |
actionPerformed(ParamEvent arg0)
Turn on/off Action Menu according 'chow-liu' ParamEvent. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParamEventListener(java.lang.Object o)
o - object who will take action according to ParamEvent.| Method Detail |
public void actionPerformed(ParamEvent arg0)
arg0 - a ParamEvent fired by AlgorithmParams object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||