Interface ICUService.ServiceListener

  • All Superinterfaces:
    java.util.EventListener
    Enclosing class:
    ICUService

    public static interface ICUService.ServiceListener
    extends java.util.EventListener
    ServiceListener is the listener that ICUService provides by default. ICUService will notify this listener when factories are added to or removed from the service. Subclasses can provide different listener interfaces that extend EventListener, and modify acceptsListener and notifyListener as appropriate.
    • Method Detail

      • serviceChanged

        void serviceChanged​(ICUService service)