com.threerings.config
Class ConfigEvent<T extends ManagedConfig>
java.lang.Object
java.util.EventObject
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
|
Method Summary |
T |
getConfig()
Returns a reference to the affected configuration. |
ConfigEvent
public ConfigEvent(Object source,
T config)
- Creates a new config event.
getConfig
public T getConfig()
- Returns a reference to the affected configuration.
Copyright © 2011. All Rights Reserved.