|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.jadv.lib.events.JAdvEvent | +--de.jadv.lib.events.toclient.ObjectAttributesEvent
Send the object attributes to the client.
Field Summary | |
java.util.HashMap |
_attribs
|
java.lang.String |
_objectID
|
Constructor Summary | |
ObjectAttributesEvent(java.nio.ByteBuffer buf)
|
|
ObjectAttributesEvent(java.lang.String ObjectID,
java.util.HashMap attribs)
Constructor for JRacesEvent. |
Method Summary | |
java.nio.ByteBuffer |
encodeEvent()
|
Methods inherited from class de.jadv.lib.events.JAdvEvent |
decodeEvent, encodeEvent, getCreateTime, isNewer, isOlder, readBackground, readString, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String _objectID
public java.util.HashMap _attribs
Constructor Detail |
public ObjectAttributesEvent(java.lang.String ObjectID, java.util.HashMap attribs)
public ObjectAttributesEvent(java.nio.ByteBuffer buf) throws java.io.IOException
Method Detail |
public java.nio.ByteBuffer encodeEvent() throws java.io.IOException
encodeEvent
in class JAdvEvent
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |