com.threerings.config
Class ConfigEvent<T extends ManagedConfig>

java.lang.Object
  extended by java.util.EventObject
      extended by com.threerings.config.ConfigEvent<T>
All Implemented Interfaces:
Serializable

public class ConfigEvent<T extends ManagedConfig>
extends EventObject

Contains information about a configuration added, removed, or updated.

See Also:
Serialized Form

Constructor Summary
ConfigEvent(Object source, T config)
          Creates a new config event.
 
Method Summary
 T getConfig()
          Returns a reference to the affected configuration.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigEvent

public ConfigEvent(Object source,
                   T config)
Creates a new config event.

Method Detail

getConfig

public T getConfig()
Returns a reference to the affected configuration.



Copyright © 2011. All Rights Reserved.