Package com.iizigo.server
Interface IServerConfigFileListener
- All Known Implementing Classes:
ServerConfigComposite
public interface IServerConfigFileListenerThe listener interface for changes in the ServerConfigFile. This interface callback's are all done in the UI thread.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerConfigFileUpdated(ServerConfigFile serverConfigFile)Called when a change has been made somehow and/or the property tree has been verified for errors.
Method Detail
onServerConfigFileUpdated
void onServerConfigFileUpdated(ServerConfigFile serverConfigFile)
Called when a change has been made somehow and/or the property tree has been verified for errors. This is also fired when the dirty state changes.- Parameters:
serverConfigFile- The configuration file that was updated, changed or verified.