com.threerings.tudey.server.logic
Class HandlerLogic.SignalStart
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.tudey.server.logic.Logic
com.threerings.tudey.server.logic.HandlerLogic
com.threerings.tudey.server.logic.HandlerLogic.Transition
com.threerings.tudey.server.logic.HandlerLogic.SignalStart
- All Implemented Interfaces:
- TudeySceneManager.TickParticipant
- Enclosing class:
- HandlerLogic
public static class HandlerLogic.SignalStart
- extends HandlerLogic.Transition
Handles a signal start event.
| 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 |
|
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.Logic |
addShapeObserver, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable |
HandlerLogic.SignalStart
public HandlerLogic.SignalStart()
- Creates a signal start handler.
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.