Package net.sf.eBus.util
Interface PropertiesListener
-
public interface PropertiesListenerClasses which want to be asynchronously informed about properties changes should implement this interface and add themselves to the properties listeners by callingProperties.addListener(PropertiesListener).- Author:
- Charles Rapp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpropertiesUpdate(PropertiesEvent event)Propertiescalls this method when it detects a change in its underlying properties file.
-
-
-
Method Detail
-
propertiesUpdate
void propertiesUpdate(PropertiesEvent event)
Propertiescalls this method when it detects a change in its underlying properties file.- Parameters:
event- The change properties event.
-
-