Class ICUNotifier.NotifyThread
java.lang.Object
java.lang.Thread
com.ibm.icu.impl.ICUNotifier.NotifyThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
ICUNotifier
The notification thread.
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidqueue(EventListener[] list) Queue the notification on the thread.voidrun()Wait for a notification to be queued, then notify all listeners listed in the notification.Methods inherited from class Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
notifier
-
queue
-
-
Constructor Details
-
NotifyThread
NotifyThread(ICUNotifier notifier)
-
-
Method Details
-
queue
Queue the notification on the thread. -
run
-