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, toString
public AuthorizedLoginEvent()
public AuthorizedLoginEvent(AOByteBuffer buf, ClientConnection con)
public AuthorizedLoginEvent(AOObject obj)
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event
public 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()