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