public final class AdapterManagerListener extends java.lang.Object implements IRegistryEventListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADAPTER_POINT_ID |
| Constructor and Description |
|---|
AdapterManagerListener()
Constructs a new adapter manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
added(IExtension[] extensions)
Notifies this listener that extensions were added to the registry.
|
void |
added(IExtensionPoint[] extensionPoints)
Notifies this listener that extension points were added to the registry.
|
boolean |
addFactories(AdapterManager adapterManager)
Loads adapters registered with the adapters extension point from
the plug-in registry.
|
void |
removed(IExtension[] extensions)
Notifies this listener that extensions were removed from the registry.
|
void |
removed(IExtensionPoint[] extensionPoints)
Notifies this listener that extension points were removed from the registry.
|
void |
stop() |
public static final java.lang.String ADAPTER_POINT_ID
public AdapterManagerListener()
public boolean addFactories(AdapterManager adapterManager)
public void added(IExtension[] extensions)
IRegistryEventListenerThe extensions supplied as the argument are valid only for the duration of the invocation of this method.
added in interface IRegistryEventListenerextensions - extensions added to the registrypublic void removed(IExtension[] extensions)
IRegistryEventListenerThe extensions supplied as the argument are valid only for the duration of the invocation of this method.
removed in interface IRegistryEventListenerextensions - extensions removed from the registrypublic void added(IExtensionPoint[] extensionPoints)
IRegistryEventListenerThe extension points supplied as the argument are valid only for the duration of the invocation of this method.
added in interface IRegistryEventListenerextensionPoints - extension points added to the registrypublic void removed(IExtensionPoint[] extensionPoints)
IRegistryEventListenerThe extension points supplied as the argument are valid only for the duration of the invocation of this method.
removed in interface IRegistryEventListenerextensionPoints - extension points removed from the registrypublic void stop()