org.robokind.api.messaging
Interface RecordSender<T>

Type Parameters:
T - type of Record sent by this RecordSender

public interface RecordSender<T>

Sends a Record to some RecordReceiver.

Author:
Matthew Stevenson

Method Summary
 void sendRecord(T record)
          Sends the given record to some RecordReceiver.
 

Method Detail

sendRecord

void sendRecord(T record)
Sends the given record to some RecordReceiver.

Parameters:
record - the record to send


Copyright © 2011. All Rights Reserved.