Package com.ibm.icu.impl
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 notifiy 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserviceChanged(ICUService service)
-
-
-
Method Detail
-
serviceChanged
void serviceChanged(ICUService service)
-
-