public class AuthorizedLoginEvent extends Event
| Constructor and Description |
|---|
AuthorizedLoginEvent() |
AuthorizedLoginEvent(AOByteBuffer buf,
ClientConnection con) |
AuthorizedLoginEvent(AOObject obj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
OID |
getOid() |
java.lang.String |
getVersion() |
AOByteBuffer |
getWorldToken() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setOid(OID id) |
void |
setVersion(java.lang.String version) |
void |
setWorldToken(AOByteBuffer worldToken) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toStringpublic AuthorizedLoginEvent()
public AuthorizedLoginEvent(AOByteBuffer buf, ClientConnection con)
public AuthorizedLoginEvent(AOObject obj)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
EventparseBytes in interface EventParserparseBytes in class Eventpublic void setOid(OID id)
public OID getOid()
public void setVersion(java.lang.String version)
public java.lang.String getVersion()
public void setWorldToken(AOByteBuffer worldToken)
public AOByteBuffer getWorldToken()