org.commonreality.sensors.motor.interpolator
Class BasicActuatorCompletion
java.lang.Object
org.commonreality.sensors.motor.interpolator.BasicActuatorCompletion
- All Implemented Interfaces:
- IActuatorCompletion
- Direct Known Subclasses:
- DefaultActuator
public class BasicActuatorCompletion
- extends java.lang.Object
- implements IActuatorCompletion
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicActuatorCompletion
public BasicActuatorCompletion(EfferentCommandHandler handler)
getHandler
public EfferentCommandHandler getHandler()
aborted
public void aborted(IAgentObject agent,
MovementCommand command,
java.lang.Object extraInfo)
- Specified by:
aborted in interface IActuatorCompletion
completed
public void completed(IAgentObject agent,
MovementCommand command,
java.lang.Object extraInfo)
- Specified by:
completed in interface IActuatorCompletion
updated
public void updated(IAgentObject agent,
MovementCommand command)
- Specified by:
updated in interface IActuatorCompletion