org.robokind.api.messaging
Interface RecordAsyncReceiver.RecordHandler<T>

Type Parameters:
T - the type of Records handled
Enclosing interface:
RecordAsyncReceiver<T>

public static interface RecordAsyncReceiver.RecordHandler<T>

A RecordHandler is used by the RecordAsyncReceiver to handle the Records it receives.


Method Summary
 void handleRecord(T record)
          Handles a record.
 

Method Detail

handleRecord

void handleRecord(T record)
Handles a record.

Parameters:
record - the Record to handle


Copyright © 2011-2013. All Rights Reserved.