public class ScriptEvent extends Event
Constructor and Description |
---|
ScriptEvent() |
ScriptEvent(AOByteBuffer buf,
ClientConnection con) |
ScriptEvent(AOObject target) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData() |
java.lang.String |
getName() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setData(java.lang.Object o) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
public ScriptEvent()
public ScriptEvent(AOByteBuffer buf, ClientConnection con)
public ScriptEvent(AOObject target)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event
public java.lang.Object getData()
public void setData(java.lang.Object o)