com.threerings.tudey.server.logic
Class HandlerLogic.SignalStop

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.HandlerLogic
              extended by com.threerings.tudey.server.logic.HandlerLogic.Transition
                  extended by com.threerings.tudey.server.logic.HandlerLogic.SignalStop
All Implemented Interfaces:
TudeySceneManager.TickParticipant
Enclosing class:
HandlerLogic

public static class HandlerLogic.SignalStop
extends HandlerLogic.Transition

Handles a signal stop event.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.HandlerLogic
HandlerLogic.ActorAdded, HandlerLogic.ActorRemoved, HandlerLogic.BaseActorObserver, HandlerLogic.BaseIntersection, HandlerLogic.BaseIntersectionCount, HandlerLogic.Intersection, HandlerLogic.IntersectionStart, HandlerLogic.IntersectionStop, HandlerLogic.Request, HandlerLogic.Shutdown, HandlerLogic.Signal, HandlerLogic.SignalStart, HandlerLogic.SignalStop, HandlerLogic.Startup, HandlerLogic.ThresholdIntersectionCount, HandlerLogic.Tick, HandlerLogic.Timer, HandlerLogic.Transition, HandlerLogic.VariableChanged, HandlerLogic.WarnTimer
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Constructor Summary
HandlerLogic.SignalStop()
          Creates a signal stop handler.
 
Method Summary
 void signal(int timestamp, Logic source, String name)
          Sends a generic "signal" to the logic.
 
Methods inherited from class com.threerings.tudey.server.logic.HandlerLogic.Transition
shutdown, tick
 
Methods inherited from class com.threerings.tudey.server.logic.HandlerLogic
getEntityKey, getRotation, getTranslation, init, isActive, removed, startup, transfer, variableChanged
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerLogic.SignalStop

public HandlerLogic.SignalStop()
Creates a signal stop handler.

Method Detail

signal

public void signal(int timestamp,
                   Logic source,
                   String name)
Description copied from class: Logic
Sends a generic "signal" to the logic.

Overrides:
signal in class Logic
Parameters:
timestamp - the signal timestamp.
source - the source of the signal.


Copyright © 2011. All Rights Reserved.