org.commonreality.sensors.motor.interpolator
Interface IActuatorCompletion
- All Known Implementing Classes:
- BasicActuatorCompletion, DefaultActuator, SwingActuator
public interface IActuatorCompletion
marker for the completion of acuator behavior
- Author:
- harrison
completed
void completed(IAgentObject agent,
MovementCommand command,
java.lang.Object extraInfo)
aborted
void aborted(IAgentObject agent,
MovementCommand command,
java.lang.Object extraInfo)
updated
void updated(IAgentObject agent,
MovementCommand command)