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.Timer
              extended by 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 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
 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
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
getPreloads, invalidate
 
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

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


Copyright © 2011. All Rights Reserved.