Uses of Interface
com.threerings.tudey.server.logic.Logic.ShapeObserver

Packages that use Logic.ShapeObserver
com.threerings.tudey.server.logic   
com.threerings.tudey.server.util   
 

Uses of Logic.ShapeObserver in com.threerings.tudey.server.logic
 

Classes in com.threerings.tudey.server.logic that implement Logic.ShapeObserver
static class HandlerLogic.BaseIntersection
          Base class for the various intersection-related handler logic classes.
static class HandlerLogic.BaseIntersectionCount
          Handles the intersection count event.
static class HandlerLogic.Intersection
          Handles the intersection event.
static class HandlerLogic.IntersectionStart
          Handles the intersection start event.
static class HandlerLogic.IntersectionStop
          Handles the intersection stop event.
static class HandlerLogic.ThresholdIntersectionCount
          Handles a threshold intersection count event.
 

Methods in com.threerings.tudey.server.logic with parameters of type Logic.ShapeObserver
 void Logic.addShapeObserver(Logic.ShapeObserver observer)
          Adds an observer for changes to the logic's shape.
 void ActorLogic.addShapeObserver(Logic.ShapeObserver observer)
           
 void Logic.removeShapeObserver(Logic.ShapeObserver observer)
          Removes a shape observer.
 void ActorLogic.removeShapeObserver(Logic.ShapeObserver observer)
           
 

Uses of Logic.ShapeObserver in com.threerings.tudey.server.util
 

Classes in com.threerings.tudey.server.util that implement Logic.ShapeObserver
 class Pathfinder
          A helper class for pathfinding.
 



Copyright © 2011. All Rights Reserved.