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 SubscriptionHandlerModifierConstructorDescriptionSubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducer eventProducerForAddRemoveOrChange, EventType addedEventType, EventType removedEventType, EventType changeEventType, SubscriptionHandler elementSubscriptionHandler) Create a new SubscriptionHandler.Constructor parameters in org.opentrafficsim.sim0mq.publisher with type arguments of type SubscriptionHandlerModifierConstructorDescriptionPublisher(Network network, List<SubscriptionHandler> additionalSubscriptionHandlers, List<IncomingDataHandler> incomingDataHandlers) Construct a Publisher for an OTS network.