public class RemoveEvent extends VisualEvent
| Constructor and Description |
|---|
RemoveEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
TimeInstant occurredTime)
Constructs a RemoveEvent.
|
getOccurredTime, getTargetNamepublic RemoveEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
TimeInstant occurredTime)
source - The object on which the event initially occurred.affectedSpatialObjectName - The name of the object which should
be removed.occurredTime - The TimeInstant when the event occurred.