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

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

public static interface RecordReceiver.RecordHandler<T>

A RecordHandler is used by the RecordReceiver 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. All Rights Reserved.