com.threerings.tudey.config
Class HandlerConfig.BaseIntersection

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.HandlerConfig
          extended by com.threerings.tudey.config.HandlerConfig.BaseIntersection
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
HandlerConfig.BaseIntersectionCount, HandlerConfig.Intersection, HandlerConfig.IntersectionStart, HandlerConfig.IntersectionStop
Enclosing class:
HandlerConfig

public abstract static class HandlerConfig.BaseIntersection
extends HandlerConfig

Base class for the various intersection-related handlers.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.HandlerConfig
HandlerConfig.ActorAdded, HandlerConfig.ActorRemoved, HandlerConfig.BaseActorObserver, HandlerConfig.BaseIntersection, HandlerConfig.BaseIntersectionCount, HandlerConfig.DefaultShape, HandlerConfig.Intersection, HandlerConfig.IntersectionShape, HandlerConfig.IntersectionStart, HandlerConfig.IntersectionStop, 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
com.threerings.io.Streamable.Closure
 
Field Summary
 HandlerConfig.IntersectionShape shape
          The shape to use for the intersection test.
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig
action
 
Constructor Summary
HandlerConfig.BaseIntersection()
           
 
Method Summary
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig
getLogicClassName, getPreloads
 
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
 

Field Detail

shape

@Editable
public HandlerConfig.IntersectionShape shape
The shape to use for the intersection test.

Constructor Detail

HandlerConfig.BaseIntersection

public HandlerConfig.BaseIntersection()
Method Detail

invalidate

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

Overrides:
invalidate in class HandlerConfig


Copyright © 2011. All Rights Reserved.