core.options
Interface OptionsChangeListener

All Superinterfaces:
java.util.EventListener

public interface OptionsChangeListener
extends java.util.EventListener

The OptionsChangeListener interface.


Method Summary
 void optionsChangeEvent(OptionsChangeEvent event)
          The method to call when the options have changed.
 

Method Detail

optionsChangeEvent

void optionsChangeEvent(OptionsChangeEvent event)
The method to call when the options have changed.

Parameters:
event - The event that triggered the options change. Retrieve the options change type from the event object.