public class ObjectDestroyedEvent extends DEvent
Streamable.Closure| Constructor and Description |
|---|
ObjectDestroyedEvent(int targetOid)
Constructs a new object destroyed event for the specified distributed object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyToObject(DObject target)
Applies the attribute modifications represented by this event to the specified target
object.
|
alreadyApplied, getActualTransport, getSourceOid, getTargetOid, getTransport, isPrivate, noteActualTransport, setSourceOid, setTargetOid, setTransport, toStringpublic ObjectDestroyedEvent(int targetOid)
targetOid - the object id of the object that will be destroyed.public boolean applyToObject(DObject target) throws ObjectAccessException
DEventapplyToObject in class DEventObjectAccessException - thrown if there is any problem applying the event to the
object (invalid attribute, etc.).Copyright © 2015. All rights reserved.