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

Method Summary
 void aborted(IAgentObject agent, MovementCommand command, java.lang.Object extraInfo)
           
 void completed(IAgentObject agent, MovementCommand command, java.lang.Object extraInfo)
           
 void updated(IAgentObject agent, MovementCommand command)
           
 

Method Detail

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)