|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--cork.event.DeviceEventMulticaster
Description of the Class
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
static void |
add(DeviceEventListener listener)
Description of the Method |
void |
destroy()
Description of the Method |
static DeviceEventMulticaster |
instance()
Description of the Method |
static void |
remove(DeviceEventListener listener)
Description of the Method |
void |
run()
Main processing method for the DeviceEventMulticaster object |
static void |
sendDeviceEvent(DeviceEvent event)
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static final DeviceEventMulticaster instance()
public void destroy()
destroy
in class java.lang.Thread
public static void add(DeviceEventListener listener)
listener
- Description of Parameterpublic static void remove(DeviceEventListener listener)
listener
- Description of Parameterpublic static void sendDeviceEvent(DeviceEvent event)
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 |