|
|||||||||
| 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
Class OptionChangeEvent

java.lang.Objectjava.util.EventObject
com.maddyhome.idea.vim.option.OptionChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class OptionChangeEvent
- extends java.util.EventObject
This event indicates that the value of the option has changed
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
OptionChangeEvent(Option option)
|
|
| Method Summary | |
Option |
getOption()
Gets the changed option. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
OptionChangeEvent
public OptionChangeEvent(Option option)
| Method Detail |
getOption
public Option getOption()
- Gets the changed option.
|
|||||||||
| 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