Uses of Interface
org.opentrafficsim.sim0mq.publisher.LookupEventProducerInterface
-
-
Uses of LookupEventProducerInterface in org.opentrafficsim.sim0mq.publisher
Methods in org.opentrafficsim.sim0mq.publisher that return LookupEventProducerInterface Modifier and Type Method Description LookupEventProducerInterface
SimulatorStateTransceiver. getLookupEventProducerInterface()
Retrieve the event LookupEventProducerInterface.Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type LookupEventProducerInterface Constructor Description SubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducerInterface eventProducerForAddRemoveOrChange, TimedEventType addedEventType, TimedEventType removedEventType, TimedEventType changeEventType, SubscriptionHandler elementSubscriptionHandler)
Create a new SubscriptionHandler.
-