org.robokind.api.motion.messaging
Interface MotionFrameSender

Type Parameters:
Rec - type of MotionFrameEvent Record used by this MessageSender
All Superinterfaces:
org.jflux.api.core.Listener<MotionFrameEvent>, org.robokind.api.messaging.MessageSender<MotionFrameEvent>, org.jflux.api.core.Notifier<MotionFrameEvent>

public interface MotionFrameSender
extends org.robokind.api.messaging.MessageSender<MotionFrameEvent>

Sends a MotionFrame Message

Author:
Matthew Stevenson

Method Summary
 void sendMotionFrame(MotionFrame frame)
          Creates MotionFrameEvent from the given MotionFrame and sends it.
 
Methods inherited from interface org.robokind.api.messaging.MessageSender
addListener, notifyListeners, removeListener, start, stop
 
Methods inherited from interface org.jflux.api.core.Listener
handleEvent
 

Method Detail

sendMotionFrame

void sendMotionFrame(MotionFrame frame)
Creates MotionFrameEvent from the given MotionFrame and sends it.

Parameters:
frame - MotionFrame to send


Copyright © 2011-2013. All Rights Reserved.