|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--JavaQuest.Client.CClientMessagesThread
class CClientMessagesThread extends Thread is used to capsulate the server from the messages
CClientFrame
,
CClientMessages
,
CUtils
Field Summary | |
private CClientFrame |
m_oCClientFrame
The Frame |
private CUtils |
m_oUtil
reference for logging |
private java.lang.String |
m_sMessage
String for Message |
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
CClientMessagesThread(CClientFrame _oCClientFrame,
java.lang.String _sMessage,
CUtils _oUtil)
CClientMessagesThread Constructor |
Method Summary | |
void |
run()
run This Method implements the run-Method from javax.Thread there will be made a new thread for message dialog boxes |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private CClientFrame m_oCClientFrame
private CUtils m_oUtil
private java.lang.String m_sMessage
Constructor Detail |
public CClientMessagesThread(CClientFrame _oCClientFrame, java.lang.String _sMessage, CUtils _oUtil)
CClientFrame
- _oCClientFrameString
- _sMessageCUtils
- _oUtilMethod Detail |
public void run()
run
in class java.lang.Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |