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, toStringpublic ScriptEvent()
public ScriptEvent(AOByteBuffer buf, ClientConnection con)
public ScriptEvent(AOObject target)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic java.lang.Object getData()
public void setData(java.lang.Object o)