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

All Known Implementing Classes:
HandlerLogic.BaseIntersection, HandlerLogic.BaseIntersectionCount, HandlerLogic.Intersection, HandlerLogic.IntersectionStart, HandlerLogic.IntersectionStop, HandlerLogic.ThresholdIntersectionCount, Pathfinder
Enclosing class:
Logic

public static interface Logic.ShapeObserver

An interface for objects interested in updates to the logic's shape (as returned by Logic.getShape()).


Method Summary
 void shapeDidChange(Logic source)
          Notes that the logic's shape has changed.
 void shapeWillChange(Logic source)
          Notes that the logic's shape is about to change.
 

Method Detail

shapeWillChange

void shapeWillChange(Logic source)
Notes that the logic's shape is about to change.


shapeDidChange

void shapeDidChange(Logic source)
Notes that the logic's shape has changed.



Copyright © 2011. All Rights Reserved.