com.threerings.tudey.config
Class HandlerConfig.Signal
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.HandlerConfig
com.threerings.tudey.config.HandlerConfig.Signal
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- HandlerConfig
public static class HandlerConfig.Signal
- extends HandlerConfig
The signal event handler.
| 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 |
String |
name
The name of the signal of interest. |
float |
refractoryPeriod
The amount of time that must elapse between firings. |
name
@Editable(hgroup="n")
@Strippable
public String name
- The name of the signal of interest.
refractoryPeriod
@Editable(min=0.0,
step=0.1,
hgroup="n")
@Strippable
public float refractoryPeriod
- The amount of time that must elapse between firings.
HandlerConfig.Signal
public HandlerConfig.Signal()
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
Copyright © 2011. All Rights Reserved.