com.threerings.tudey.config
Class HandlerConfig.WarnTimer

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

public static class HandlerConfig.WarnTimer
extends HandlerConfig.Timer

A timer with a warning action.


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
 float warn
          The warning interval, in seconds.
 ActionConfig warnAction
          The action to perform when warning goes off.
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig.Timer
interval, limit, offset
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig.ActionHandlerConfig
action
 
Constructor Summary
HandlerConfig.WarnTimer()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this handler.
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig.ActionHandlerConfig
getPreloads, 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

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.

Constructor Detail

HandlerConfig.WarnTimer

public HandlerConfig.WarnTimer()
Method Detail

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