com.threerings.tudey.config
Class HandlerConfig.Reference

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.HandlerConfig
          extended by com.threerings.tudey.config.HandlerConfig.Reference
All Implemented Interfaces:
Exportable, Streamable, Copyable, Cloneable
Enclosing class:
HandlerConfig

public static class HandlerConfig.Reference
extends HandlerConfig

A handler reference.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.HandlerConfig
HandlerConfig.ActionHandlerConfig, HandlerConfig.ActorAdded, HandlerConfig.ActorRemoved, HandlerConfig.BaseActorObserver, HandlerConfig.BaseIntersection, HandlerConfig.BaseIntersectionCount, HandlerConfig.BodyEntered, HandlerConfig.BodyLeft, HandlerConfig.DefaultShape, HandlerConfig.Intersection, HandlerConfig.IntersectionShape, HandlerConfig.IntersectionStart, HandlerConfig.IntersectionStop, HandlerConfig.Reference, HandlerConfig.Request, HandlerConfig.Shutdown, HandlerConfig.Signal, HandlerConfig.SignalStart, HandlerConfig.SignalStop, HandlerConfig.Startup, HandlerConfig.ThresholdIntersectionCount, HandlerConfig.Tick, HandlerConfig.Timer, HandlerConfig.TransformedShape, HandlerConfig.VariableChanged, HandlerConfig.WarnTimer
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 ConfigReference<ParameterizedHandlerConfig> handler
          The parameterized handler.
 
Constructor Summary
HandlerConfig.Reference()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this handler.
 void getPreloads(ConfigManager cfgmgr, PreloadableSet preloads)
          Adds the resources to preload for this handler into the provided set.
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handler

@Editable(nullable=true)
public ConfigReference<ParameterizedHandlerConfig> handler
The parameterized handler.

Constructor Detail

HandlerConfig.Reference

public HandlerConfig.Reference()
Method Detail

getPreloads

public void getPreloads(ConfigManager cfgmgr,
                        PreloadableSet preloads)
Description copied from class: HandlerConfig
Adds the resources to preload for this handler into the provided set.

Overrides:
getPreloads in class HandlerConfig

getLogicClassName

public String getLogicClassName()
Description copied from class: HandlerConfig
Returns the name of the server-side logic class for this handler.

Specified by:
getLogicClassName in class HandlerConfig