|
|||||||||
| Home >> All >> com >> paradoxpoint >> libitina >> [ option overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.paradoxpoint.libitina.option
Interface OptionListener

- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- OptionAdapter
- public interface OptionListener
- extends java.util.EventListener
The listener interface for receiving option events. The class that is interested in processing an item event implements this interface. The object created with that class is then registered with a component using the component's addOptionListener method. When an option event occurs, the listener object's optionStateChanged method is invoked.
| Method Summary | |
AbstractOption |
getOption()
Returns the name of the option in whihc this listener is interested. |
void |
optionStateChanged(OptionEvent e)
This method gets called when an option's state is changed. |
| Method Detail |
optionStateChanged
public void optionStateChanged(OptionEvent e)
- This method gets called when an option's state is changed.
getOption
public AbstractOption getOption()
- Returns the name of the option in whihc this listener is interested.
|
|||||||||
| Home >> All >> com >> paradoxpoint >> libitina >> [ option overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC