public class ModelInfoEvent extends Event
Modifier and Type | Field and Description |
---|---|
protected DisplayContext |
dc |
protected boolean |
forceInstantLoad |
protected static Logger |
log |
Constructor and Description |
---|
ModelInfoEvent() |
ModelInfoEvent(AOByteBuffer buf,
ClientConnection con) |
ModelInfoEvent(AOObject obj) |
ModelInfoEvent(OID objOid) |
Modifier and Type | Method and Description |
---|---|
DisplayContext |
getDisplayContext() |
boolean |
getForceInstantLoad() |
java.lang.String |
getName() |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setDisplayContext(DisplayContext dc) |
void |
setForceInstantLoad(boolean forceInstantLoad) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
protected DisplayContext dc
protected boolean forceInstantLoad
protected static final Logger log
public ModelInfoEvent()
public ModelInfoEvent(AOByteBuffer buf, ClientConnection con)
public ModelInfoEvent(AOObject obj)
public ModelInfoEvent(OID objOid)
public void setDisplayContext(DisplayContext dc)
public DisplayContext getDisplayContext()
public void setForceInstantLoad(boolean forceInstantLoad)
public boolean getForceInstantLoad()
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event