19 package org.omg.dds.core.event;
21 import java.util.EventObject;
33 extends EventObject implements Cloneable,
DDSObject {
38 private static final long serialVersionUID = -6417894245684012290L;
69 super.source = source;
The status of an Entity changed.
abstract StatusChangedEvent< SOURCE > clone()
void setSource(SOURCE source)
This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
A supertype of all DDS classes and interfaces.
StatusChangedEvent(SOURCE source)
abstract SOURCE getSource()