core.prefs
Interface PrefsListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MessengerApp

public interface PrefsListener
extends java.util.EventListener

The interface that must be implemented to catch Prefs events.

Author:
hoele

Method Summary
 void prefChanged(PrefChangedEvent e)
          A preference has been changed.
 

Method Detail

prefChanged

public void prefChanged(PrefChangedEvent e)
A preference has been changed.

Parameters:
e - The PrefChangedEvent with necessary info.