com.threerings.tudey.config
Class HandlerConfig.VariableChanged
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.HandlerConfig
com.threerings.tudey.config.HandlerConfig.ActionHandlerConfig
com.threerings.tudey.config.HandlerConfig.VariableChanged
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- HandlerConfig
public static class HandlerConfig.VariableChanged
- extends HandlerConfig.ActionHandlerConfig
Called when any variable is modified.
| Nested classes/interfaces inherited from class com.threerings.tudey.config.HandlerConfig |
HandlerConfig.ActionHandlerConfig, HandlerConfig.ActorAdded, HandlerConfig.ActorRemoved, HandlerConfig.BaseActorObserver, HandlerConfig.BaseIntersection, HandlerConfig.BaseIntersectionCount, HandlerConfig.BodyEntered, HandlerConfig.BodyLeft, HandlerConfig.DefaultShape, HandlerConfig.Intersection, HandlerConfig.IntersectionShape, HandlerConfig.IntersectionStart, HandlerConfig.IntersectionStop, HandlerConfig.Reference, HandlerConfig.Request, HandlerConfig.Shutdown, HandlerConfig.Signal, HandlerConfig.SignalStart, HandlerConfig.SignalStop, HandlerConfig.Startup, HandlerConfig.ThresholdIntersectionCount, HandlerConfig.Tick, HandlerConfig.Timer, HandlerConfig.TransformedShape, HandlerConfig.VariableChanged, HandlerConfig.WarnTimer |
HandlerConfig.VariableChanged
public HandlerConfig.VariableChanged()
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