public class NotifyNewObjectEvent extends Event
| Constructor and Description |
|---|
NotifyNewObjectEvent() |
NotifyNewObjectEvent(AOByteBuffer buf,
ClientConnection con) |
NotifyNewObjectEvent(AOObject notifyObj,
AOObject newObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
OID |
getNewObjectOid() |
OID |
getObjToNotifyOid() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setNewObjectOid(OID oid) |
void |
setObjToNotify(AOObject obj) |
void |
setObjToNotifyOid(OID oid) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic NotifyNewObjectEvent()
public NotifyNewObjectEvent(AOByteBuffer buf, ClientConnection con)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void setObjToNotify(AOObject obj)
public void setObjToNotifyOid(OID oid)
public OID getObjToNotifyOid()
public void setNewObjectOid(OID oid)
public OID getNewObjectOid()