Uses of Interface
org.robokind.api.messaging.MessageAsyncReceiver

Packages that use MessageAsyncReceiver
org.robokind.api.messaging   
org.robokind.api.messaging.services   
 

Uses of MessageAsyncReceiver in org.robokind.api.messaging
 

Classes in org.robokind.api.messaging that implement MessageAsyncReceiver
 class DefaultMessageAsyncReceiver<Msg,Rec>
          Default MessageAsyncReceiver implementation.
 

Uses of MessageAsyncReceiver in org.robokind.api.messaging.services
 

Methods in org.robokind.api.messaging.services with parameters of type MessageAsyncReceiver
 void RemoteServiceClient.setErrorReceiver(MessageAsyncReceiver<ServiceError> receiver)
           
 void DefaultServiceClient.setErrorReceiver(MessageAsyncReceiver<ServiceError> receiver)
           
 

Constructors in org.robokind.api.messaging.services with parameters of type MessageAsyncReceiver
DefaultServiceClient(String localId, String remoteId, MessageSender<ServiceCommand> commandSender, MessageSender<Conf> configSender, MessageAsyncReceiver<ServiceError> errorReceiver, ServiceCommandFactory commandFactory)
           
 



Copyright © 2011-2013. All Rights Reserved.