Uses of Interface
org.robokind.api.messaging.services.ServiceCommand

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

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

Methods in org.robokind.api.messaging.services that return ServiceCommand
 ServiceCommand ServiceCommandFactory.create(String sourceId, String destId, String command)
          Returns a ServiceCommand for the given command string.
 

Method parameters in org.robokind.api.messaging.services with type arguments of type ServiceCommand
 void RemoteServiceClient.setCommandSender(MessageSender<ServiceCommand> sender)
           
 void DefaultServiceClient.setCommandSender(MessageSender<ServiceCommand> sender)
           
 

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



Copyright © 2011-2013. All Rights Reserved.