21 package org.opensplice.dds.core.event;
30 private static final long serialVersionUID = 1343357191707849872L;
37 this.environment = environment;
43 return this.environment;
A Subscriber is the object responsible for the actual reception of the data resulting from its subscr...
DataOnReadersEventImpl(OsplServiceEnvironment environment, Subscriber source, DataOnReadersStatus status)
DataOnReadersEvent clone()
There is new data in one of the DataReaders of the Subscriber.
There is new data in one of the DataReaders of the Subscriber.
ServiceEnvironment getEnvironment()
DataOnReadersStatus getStatus()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...