Uses of Class
com.threerings.tudey.config.HandlerConfig

Packages that use HandlerConfig
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.server.logic   
 

Uses of HandlerConfig in com.threerings.tudey.config
 

Subclasses of HandlerConfig in com.threerings.tudey.config
static class HandlerConfig.ActorAdded
          The actor added event handler.
static class HandlerConfig.ActorRemoved
          An actor is removed event handler.
static class HandlerConfig.BaseActorObserver
          Base class for HandlerConfig.ActorAdded and HandlerConfig.ActorRemoved.
static class HandlerConfig.BaseIntersection
          Base class for the various intersection-related handlers.
static class HandlerConfig.BaseIntersectionCount
          The intersection count event handler.
static class HandlerConfig.Intersection
          The intersection event handler.
static class HandlerConfig.IntersectionStart
          The intersection start event handler.
static class HandlerConfig.IntersectionStop
          The intersection stop event handler.
static class HandlerConfig.Request
          The client request event handler.
static class HandlerConfig.Shutdown
          The shutdown event handler.
static class HandlerConfig.Signal
          The signal event handler.
static class HandlerConfig.SignalStart
          The signal start event handler (fired on the first tick that a signal is received).
static class HandlerConfig.SignalStop
          The signal stop event handler (fired on the first tick that a signal stops being received).
static class HandlerConfig.Startup
          The startup event handler.
static class HandlerConfig.ThresholdIntersectionCount
          An threshold instsection count event handler.
static class HandlerConfig.Tick
          The tick event handler.
static class HandlerConfig.Timer
          The timer event handler.
static class HandlerConfig.VariableChanged
          Called when any variable is modified.
static class HandlerConfig.WarnTimer
          A timer with a warning action.
 

Fields in com.threerings.tudey.config declared as HandlerConfig
 HandlerConfig[] TileConfig.Original.handlers
          The tile's event handlers.
 HandlerConfig[] SceneGlobalConfig.Original.handlers
          The global's event handlers.
 HandlerConfig[] PlaceableConfig.Original.handlers
          The area's event handlers.
 HandlerConfig[] PathConfig.Original.handlers
          The path's event handlers.
 HandlerConfig[] AreaConfig.Original.handlers
          The area's event handlers.
 HandlerConfig[] ActorConfig.Original.handlers
          The actor's event handlers.
 

Uses of HandlerConfig in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return HandlerConfig
abstract  HandlerConfig[] TudeySceneModel.Entry.getHandlers(ConfigManager cfgmgr)
          Returns the entry's handler configs, if any.
 HandlerConfig[] TudeySceneModel.TileEntry.getHandlers(ConfigManager cfgmgr)
           
 HandlerConfig[] TudeySceneModel.GlobalEntry.getHandlers(ConfigManager cfgmgr)
           
 HandlerConfig[] TudeySceneModel.PlaceableEntry.getHandlers(ConfigManager cfgmgr)
           
 HandlerConfig[] TudeySceneModel.PathEntry.getHandlers(ConfigManager cfgmgr)
           
 HandlerConfig[] TudeySceneModel.AreaEntry.getHandlers(ConfigManager cfgmgr)
           
 

Uses of HandlerConfig in com.threerings.tudey.server.logic
 

Methods in com.threerings.tudey.server.logic with parameters of type HandlerConfig
 void HandlerLogic.init(TudeySceneManager scenemgr, HandlerConfig config, Logic source)
          Initializes the logic.
 



Copyright © 2011. All Rights Reserved.