org.lejon.events
Interface SteeringEventListener

All Known Implementing Classes:
DDModel

public interface SteeringEventListener

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


Method Summary
 void steeringFinished()
          Is called from the Steerer thread when the requested action is completely finished.
 

Method Detail

steeringFinished

public void steeringFinished()
Is called from the Steerer thread when the requested action is completely finished.