com.threerings.tudey.config
Class HandlerConfig.WarnTimer
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.HandlerConfig
com.threerings.tudey.config.HandlerConfig.Timer
com.threerings.tudey.config.HandlerConfig.WarnTimer
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- HandlerConfig
public static class HandlerConfig.WarnTimer
- extends HandlerConfig.Timer
A timer with a warning action.
| 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 |
warn
@Editable(min=0.0,
step=0.1)
@Strippable
public float warn
- The warning interval, in seconds.
warnAction
@Editable(nullable=true)
@Strippable
public ActionConfig warnAction
- The action to perform when warning goes off.
HandlerConfig.WarnTimer
public HandlerConfig.WarnTimer()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
HandlerConfig
- Returns the name of the server-side logic class for this handler.
- Overrides:
getLogicClassName in class HandlerConfig.Timer
Copyright © 2011. All Rights Reserved.