com.threerings.tudey.server.logic
Class HandlerLogic.Request
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.Request
- Enclosing class:
- HandlerLogic
public static class HandlerLogic.Request
- extends HandlerLogic
Handles a client request 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 |
request(int timestamp,
PawnLogic source,
String name)
Notifies the logic of a client request. |
| Methods inherited from class com.threerings.tudey.server.logic.Logic |
addShapeObserver, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, resolveTarget, setVariable, signal |
HandlerLogic.Request
public HandlerLogic.Request()
request
public void request(int timestamp,
PawnLogic source,
String name)
- Description copied from class:
Logic
- Notifies the logic of a client request.
- Overrides:
request in class Logic
- Parameters:
timestamp - the request timestamp.source - the source of the request.
Copyright © 2011. All Rights Reserved.