org.lejon.events
Interface MotionEventListener


public interface MotionEventListener

Interface definition for event handlers processing callbacks from the DDModel class.


Method Summary
 void motionFinished(MotionReport report)
          Callback handler for processing the finish of a previously started action.
 

Method Detail

motionFinished

public void motionFinished(MotionReport report)
Callback handler for processing the finish of a previously started action. The handler can process the information in motion report, for instance to sync with its new position.

Parameters:
report - the motion report of the finished action