public abstract class NamedEvent extends DEvent
Streamable.Closure| Constructor and Description |
|---|
NamedEvent(int targetOid,
String name)
Constructs a new named event for the specified target object with
the supplied attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the attribute to which this event pertains.
|
alreadyApplied, applyToObject, getActualTransport, getSourceOid, getTargetOid, getTransport, isPrivate, noteActualTransport, setSourceOid, setTargetOid, setTransport, toStringpublic NamedEvent(int targetOid,
String name)
targetOid - the object id of the object in question.name - the name associated with this event.public String getName()
Copyright © 2015. All rights reserved.