net.ontopia.topicmaps.webed.impl.basic
Interface ConfigurationObservableIF

All Known Implementing Classes:
ActionConfigurator

public interface ConfigurationObservableIF

INTERNAL: Classes implementing this interface may want to inform the subscribed observers that a specific configuration event has happend (like for example a new configuration element was found).


Method Summary
 void addObserver(ConfigurationObserverIF o)
          Adds an observer to the set of observers for this object.
 void removeObserver(ConfigurationObserverIF o)
          Removes an observer from the set of observers of this object.
 

Method Detail

addObserver

void addObserver(ConfigurationObserverIF o)
Adds an observer to the set of observers for this object.


removeObserver

void removeObserver(ConfigurationObserverIF o)
Removes an observer from the set of observers of this object.



Copyright © 2000-2012 Ontopia.