stomp.util
Interface PrefListener


public interface PrefListener

interface used to make callbacks into objects that are caching Prefs.singleton (). this interface lets these objects know when the pref has been changed.

Author:
Eric Lindauer

Method Summary
 void prefChanged(java.lang.String pref)
           
 

Method Detail

prefChanged

public void prefChanged(java.lang.String pref)