Uses of Class
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler
-
-
Uses of SubscriptionHandler in org.opentrafficsim.sim0mq.publisher
Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type SubscriptionHandler Constructor Description SubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducerInterface eventProducerForAddRemoveOrChange, TimedEventType addedEventType, TimedEventType removedEventType, TimedEventType changeEventType, SubscriptionHandler elementSubscriptionHandler)
Create a new SubscriptionHandler.Constructor parameters in org.opentrafficsim.sim0mq.publisher with type arguments of type SubscriptionHandler Constructor Description Publisher(OTSNetwork network, List<SubscriptionHandler> additionalSubscriptionHandlers, List<IncomingDataHandler> incomingDataHandlers)
Construct a Publisher for an OTS network.
-