|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--JavaQuest.Client.CClientDoubleClickTime
class CClientDoubleClickTime extends Thread This Thread implements the Double Click
CClientMap,
CClientFrame| Field Summary | |
private boolean |
m_bCClientFrame
exists m_oCClientFrame |
private boolean |
m_bCMap
exists m_oCMap |
private CClientFrame |
m_oCClientFrame
The Frame |
private CClientMap |
m_oCMap
The ClientMap Object, what initialize the image-Objects |
| 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 | |
CClientDoubleClickTime(CClientFrame _oCClientFrame)
Constructor |
|
CClientDoubleClickTime(CClientMap _oCMap)
Constructor |
|
| Method Summary | |
void |
run()
run This Method implements the run-Method from javax.Thread it sleeps 250 ms to get DoubleClicks |
| 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 CClientMap m_oCMap
private CClientFrame m_oCClientFrame
private boolean m_bCMap
private boolean m_bCClientFrame
| Constructor Detail |
public CClientDoubleClickTime(CClientMap _oCMap)
CClientMap - _oCMappublic CClientDoubleClickTime(CClientFrame _oCClientFrame)
CClientFrame - _oCClientFrame| Method 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 | ||||||||