org.starhope.appius.things
Interface MotionObserver


public interface MotionObserver

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Method Summary
 void observeMotionCanceled(HasMotion mover, Motion newMotion)
          This method is called by a HasMotion object to add a Motion to the timeline.
 void observeNewMotion(HasMotion mover, Motion newMotion)
          This method is called by a HasMotion object to remove a Motion from the timeline
 

Method Detail

observeMotionCanceled

void observeMotionCanceled(HasMotion mover,
                           Motion newMotion)
This method is called by a HasMotion object to add a Motion to the timeline.

Parameters:
mover - The object in motion.
newMotion - The new motion state to be added to the timeline.

observeNewMotion

void observeNewMotion(HasMotion mover,
                      Motion newMotion)
This method is called by a HasMotion object to remove a Motion from the timeline

Parameters:
mover - The object in motion
newMotion - The motion to be removed from the timeline