|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ option overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.option
Interface OptionChangeListener

- All Superinterfaces:
- java.util.EventListener
- public interface OptionChangeListener
- extends java.util.EventListener
This interface is used for classes that wish to be notified whenever the value of an option has changed
| Method Summary | |
void |
valueChange(OptionChangeEvent event)
The value of the option has changed. |
| Method Detail |
valueChange
public void valueChange(OptionChangeEvent event)
- The value of the option has changed.
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ option overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC