Uses of Interface
org.robokind.api.vision.ImageRegionList

Packages that use ImageRegionList
org.robokind.api.vision   
org.robokind.api.vision.messaging   
 

Uses of ImageRegionList in org.robokind.api.vision
 

Method parameters in org.robokind.api.vision with type arguments of type ImageRegionList
 void ImageRegionService.addImageRegionsListener(org.jflux.api.core.Listener<ImageRegionList> listener)
          Adds a Listener to be notified when an ImageRegionList is received.
 void ImageRegionService.removeImageRegionsListener(org.jflux.api.core.Listener<ImageRegionList> listener)
          Removes a Listener from being notified when an ImageRegionList is received.
 

Uses of ImageRegionList in org.robokind.api.vision.messaging
 

Method parameters in org.robokind.api.vision.messaging with type arguments of type ImageRegionList
 void RemoteImageRegionServiceClient.addImageRegionsListener(org.jflux.api.core.Listener<ImageRegionList> listener)
           
 void RemoteImageRegionServiceClient.removeImageRegionsListener(org.jflux.api.core.Listener<ImageRegionList> listener)
           
 void RemoteImageRegionServiceClient.setImageRegionsReceiver(org.robokind.api.messaging.MessageAsyncReceiver<ImageRegionList> receiver)
           
 

Constructor parameters in org.robokind.api.vision.messaging with type arguments of type ImageRegionList
RemoteImageRegionServiceClient(Class<Conf> configClass, String imageRegionsServiceId, String remoteId, org.robokind.api.messaging.MessageSender<org.robokind.api.messaging.services.ServiceCommand> commandSender, org.robokind.api.messaging.MessageSender<Conf> configSender, org.robokind.api.messaging.MessageAsyncReceiver<org.robokind.api.messaging.services.ServiceError> errorReceiver, org.robokind.api.messaging.services.ServiceCommandFactory commandFactory, org.robokind.api.messaging.MessageAsyncReceiver<ImageRegionList> regionsReceiver)
          Creates a new RemoteImageServiceClients.
 



Copyright © 2011-2013. All Rights Reserved.