Ontimize 5.2071EN

com.ontimize.gui.preferences
Interface ApplicationPreferencesListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DataField, Table, Tree

public interface ApplicationPreferencesListener
extends java.util.EventListener

The listener interface for receiving preference events. The class that is interested in processing a preference event implements this interface, and the object created with that class is registered with a component, using the component's addApplicationPreferencesListener method. When the preference change event occurs, that object's preferenceChanged method is invoked.

Version:
1.0

Method Summary
 void preferenceChanged(PreferenceEvent e)
          Invoked when a preference change event occurs.
 

Method Detail

preferenceChanged

public void preferenceChanged(PreferenceEvent e)
Invoked when a preference change event occurs. The event object contains the associated information

Parameters:
e -

Ontimize