org.robokind.impl.vision
Class JMSImageRegionListReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageReceiver<Msg,Rec,L>
org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.vision.ImageRegionList,org.robokind.avrogen.vision.ImageRegionListRecord,org.robokind.api.common.utils.Listener<org.robokind.api.vision.ImageRegionList>>
org.robokind.impl.vision.JMSImageRegionListReceiver
- All Implemented Interfaces:
- org.robokind.api.messaging.MessageReceiver<org.robokind.api.vision.ImageRegionList,org.robokind.avrogen.vision.ImageRegionListRecord,org.robokind.api.common.utils.Listener<org.robokind.api.vision.ImageRegionList>>, org.robokind.api.vision.ImageRegionService<org.robokind.avrogen.vision.ImageRegionListRecord>
public class JMSImageRegionListReceiver
- extends org.robokind.impl.messaging.JMSMessageReceiver<org.robokind.api.vision.ImageRegionList,org.robokind.avrogen.vision.ImageRegionListRecord,org.robokind.api.common.utils.Listener<org.robokind.api.vision.ImageRegionList>>
- implements org.robokind.api.vision.ImageRegionService<org.robokind.avrogen.vision.ImageRegionListRecord>
JMSMessageReceiver for receiving ImageRegionLists.
- Author:
- Matthew Stevenson
Constructor Summary |
JMSImageRegionListReceiver(javax.jms.Session session,
javax.jms.Destination destination)
Creates a new JMSImageRegionListReceiver. |
Methods inherited from class org.robokind.impl.messaging.JMSMessageReceiver |
start |
Methods inherited from class org.robokind.api.messaging.DefaultMessageReceiver |
addMessageListener, fireMessageEvent, pause, removeMessageListener, resume, setAdapter, setRecordReceiver, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.robokind.api.messaging.MessageReceiver |
addMessageListener, pause, removeMessageListener, resume, setAdapter, setRecordReceiver, start, stop |
JMSImageRegionListReceiver
public JMSImageRegionListReceiver(javax.jms.Session session,
javax.jms.Destination destination)
- Creates a new JMSImageRegionListReceiver.
- Parameters:
session
- JMS Session to use for receivingdestination
- JMS Destination to receive from
Copyright © 2011. All Rights Reserved.