com.threerings.tudey.config
Class HandlerConfig.Timer

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

public static class HandlerConfig.Timer
extends HandlerConfig

The timer event handler.


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 interval
          The timer interval, in seconds.
 int limit
          The number of times to fire the timer (or zero for unlimited).
 float offset
          The offset, in seconds.
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig
action
 
Constructor Summary
HandlerConfig.Timer()
           
 
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

interval

@Editable(min=0.0,
          step=0.1,
          hgroup="i")
@Strippable
public float interval
The timer interval, in seconds.


offset

@Editable(step=0.1,
          hgroup="i")
public float offset
The offset, in seconds.


limit

@Editable(min=0.0,
          hgroup="i")
@Strippable
public int limit
The number of times to fire the timer (or zero for unlimited).

Constructor Detail

HandlerConfig.Timer

public HandlerConfig.Timer()
Method Detail

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.