com.threerings.tudey.config
Class HandlerConfig.ActionHandlerConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.HandlerConfig
          extended by com.threerings.tudey.config.HandlerConfig.ActionHandlerConfig
All Implemented Interfaces:
Exportable, Streamable, Copyable, Cloneable
Direct Known Subclasses:
HandlerConfig.BaseActorObserver, HandlerConfig.BaseIntersection, HandlerConfig.BodyEntered, HandlerConfig.BodyLeft, HandlerConfig.Request, HandlerConfig.Shutdown, HandlerConfig.Signal, HandlerConfig.SignalStart, HandlerConfig.SignalStop, HandlerConfig.Startup, HandlerConfig.Tick, HandlerConfig.Timer, HandlerConfig.VariableChanged
Enclosing class:
HandlerConfig

public abstract static class HandlerConfig.ActionHandlerConfig
extends HandlerConfig


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
 ActionConfig action
          The action to take in response to the event.
 
Constructor Summary
HandlerConfig.ActionHandlerConfig()
           
 
Method Summary
 void getPreloads(ConfigManager cfgmgr, PreloadableSet preloads)
          Adds the resources to preload for this handler into the provided set.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig
getLogicClassName
 
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

action

@Editable(weight=1.0)
public ActionConfig action
The action to take in response to the event.

Constructor Detail

HandlerConfig.ActionHandlerConfig

public HandlerConfig.ActionHandlerConfig()
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

invalidate

public void invalidate()
Description copied from class: HandlerConfig
Invalidates any cached data.

Overrides:
invalidate in class HandlerConfig