Uses of Interface
org.lejon.events.SteeringEventListener

Packages that use SteeringEventListener
org.lejon   
 

Uses of SteeringEventListener in org.lejon
 

Classes in org.lejon that implement SteeringEventListener
 class DDModel
          High-level implementation of a dual differential drive architecture for processing odometric navigation actions.
 

Methods in org.lejon with parameters of type SteeringEventListener
 void Steerer.init(DriveParameters driveParams, SteeringEventListener sel)
          Initializes the newly created instance against the given drive constants and sets up the callback mechanism.