suncertify.common
Interface ConfigChangeListener

All Known Implementing Classes:
Client, Server

public interface ConfigChangeListener

Iterface that signalizing changes in configuration, the method of the interface will be called if change occures


Method Summary
 void configChanged()
          method that is called when cofiguration has been changed
 

Method Detail

configChanged

public void configChanged()
method that is called when cofiguration has been changed