com.azalient.api.event.agent
Interface AgentEventStop


public interface AgentEventStop

A listener for a vehicle stopping, where stopping is defined as going less than a certain speed, in the calibration parameters


Method Summary
 void stopped(IMotor vehicle)
          Fired when a vehicle has just stopped, as defined by calibration parameters
 

Method Detail

stopped

void stopped(IMotor vehicle)
Fired when a vehicle has just stopped, as defined by calibration parameters