com.threerings.config
Interface ConfigGroupListener<T extends ManagedConfig>

All Known Implementing Classes:
ConfigBox, ConfigTree, DConfigDirector

public interface ConfigGroupListener<T extends ManagedConfig>

Used to notify objects when managed configurations have been added to or removed from a group.


Method Summary
 void configAdded(ConfigEvent<T> event)
          Called when a configuration has been added to the group.
 void configRemoved(ConfigEvent<T> event)
          Called when a configuration has been removed from the group.
 

Method Detail

configAdded

void configAdded(ConfigEvent<T> event)
Called when a configuration has been added to the group.


configRemoved

void configRemoved(ConfigEvent<T> event)
Called when a configuration has been removed from the group.



Copyright © 2011. All Rights Reserved.