public static interface ExtensionManager.ManagedService
ExtensionManager.register(ManagedService)
, to receive events about
changes in the service configuration.Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getServiceClass()
Returns the base class of the jEdit service.
|
java.lang.String |
getServiceName()
Returns the service name.
|
void |
updateExtensions(java.util.List<java.lang.Object> l)
Notifies the instance that a new list of extensions has
been created in response to some event (such as a plugin
being loaded or unloaded).
|
java.lang.String getServiceName()
java.lang.Class getServiceClass()
void updateExtensions(java.util.List<java.lang.Object> l)