Class ICUNotifier.NotifyThread

java.lang.Object
java.lang.Thread
com.ibm.icu.impl.ICUNotifier.NotifyThread
All Implemented Interfaces:
Runnable
Enclosing class:
ICUNotifier

private static class ICUNotifier.NotifyThread extends Thread
The notification thread.
  • Field Details

  • Constructor Details

  • Method Details

    • queue

      public void queue(EventListener[] list)
      Queue the notification on the thread.
    • run

      public void run()
      Wait for a notification to be queued, then notify all listeners listed in the notification.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread