com.waveset.util
Interface WavesetProperties.Listener

Enclosing class:
WavesetProperties

public static interface WavesetProperties.Listener

Implement this interface and call
   WavesetProperties.registerListener(this)
to have your propertiesFileChanged() method called whenever the underlying properties file changes.


Method Summary
 void propertiesFileChanged()
           
 

Method Detail

propertiesFileChanged

void propertiesFileChanged()