org.commonreality.sensors.motor.interpolator
Class BasicActuatorCompletion

java.lang.Object
  extended by org.commonreality.sensors.motor.interpolator.BasicActuatorCompletion
All Implemented Interfaces:
IActuatorCompletion
Direct Known Subclasses:
DefaultActuator

public class BasicActuatorCompletion
extends java.lang.Object
implements IActuatorCompletion


Constructor Summary
BasicActuatorCompletion(EfferentCommandHandler handler)
           
 
Method Summary
 void aborted(IAgentObject agent, MovementCommand command, java.lang.Object extraInfo)
           
 void completed(IAgentObject agent, MovementCommand command, java.lang.Object extraInfo)
           
 EfferentCommandHandler getHandler()
           
 void updated(IAgentObject agent, MovementCommand command)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicActuatorCompletion

public BasicActuatorCompletion(EfferentCommandHandler handler)
Method Detail

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