Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.maddyhome.idea.vim.option
Interface OptionChangeListener  view OptionChangeListener download OptionChangeListener.java

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.