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

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

Uses of ImageEvent in org.robokind.api.vision
 

Method parameters in org.robokind.api.vision with type arguments of type ImageEvent
 void ImageService.addImageListener(org.jflux.api.core.Listener<ImageEvent> listener)
          Adds a Listener to be notified when an image is received.
 void ImageService.removeImageListener(org.jflux.api.core.Listener<ImageEvent> listener)
          Removes a Listener from being notified when an image is received.
 

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

Method parameters in org.robokind.api.vision.messaging with type arguments of type ImageEvent
 void RemoteImageServiceClient.addImageListener(org.jflux.api.core.Listener<ImageEvent> listener)
           
 void RemoteImageServiceClient.removeImageListener(org.jflux.api.core.Listener<ImageEvent> listener)
           
 void RemoteImageServiceClient.setImageReceiver(org.robokind.api.messaging.MessageAsyncReceiver<ImageEvent> receiver)
           
 

Constructor parameters in org.robokind.api.vision.messaging with type arguments of type ImageEvent
RemoteImageServiceClient(Class<Conf> configClass, String imageServiceId, 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<ImageEvent> imageReceiver)
          Creates a new RemoteImageServiceClients.
 



Copyright © 2011-2013. All Rights Reserved.