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