Interface ICUService.ServiceListener

All Superinterfaces:
EventListener
Enclosing class:
ICUService

public static interface ICUService.ServiceListener extends 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 Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • serviceChanged

      void serviceChanged(ICUService service)