|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
public abstract class ThincMsg
general thinc message class. every thinc message (including SERVER=>CLIENT and CLIENT=>SERVER message) should be derived from this.
ThincSMsg
,
ThincCMsg
Field Summary | |
---|---|
protected ThincClientCanvas |
canvas
|
protected ThincHandler |
handler
|
Constructor Summary | |
---|---|
ThincMsg(ThincHandler h,
ThincClientCanvas c)
|
Method Summary | |
---|---|
abstract void |
process()
process() is general processing method for each thinc messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ThincHandler handler
protected ThincClientCanvas canvas
Constructor Detail |
---|
public ThincMsg(ThincHandler h, ThincClientCanvas c)
Method Detail |
---|
public abstract void process() throws ThincException
ThincMsgHandler
object to send the
client messages.
In server messages, it interacts with ThincClientCanvas
in this method.
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |