com.threerings.tudey.config
Class WallConfig.Implementation

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.WallConfig.Implementation
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
WallConfig.Derived, WallConfig.Original
Enclosing class:
WallConfig

@EditorTypes(value={WallConfig.Original.class,WallConfig.Derived.class})
public abstract static class WallConfig.Implementation
extends DeepObject
implements Exportable

Contains the actual implementation of the wall type.


Constructor Summary
WallConfig.Implementation()
           
 
Method Summary
abstract  WallConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WallConfig.Implementation

public WallConfig.Implementation()
Method Detail

getUpdateReferences

public void getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set.


getOriginal

public abstract WallConfig.Original getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation.


invalidate

public void invalidate()
Invalidates any cached data.



Copyright © 2011. All Rights Reserved.