| Package | Description |
|---|---|
| org.gcube.common.core.plugins |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEProducer<GCUBEPluginManager.PluginTopic,PLUGINCONTEXT> |
GCUBEPluginManager.producer
The inner producer of plugin management event.
|
| Modifier and Type | Method and Description |
|---|---|
<T1 extends GCUBEPluginManager.PluginTopic,P1 extends PLUGINCONTEXT> |
GCUBEPluginManager.PluginConsumer.onEvent(GCUBEEvent<T1,P1>... events)
Notifies the consumer of one of more events about topics for which the consumer
has previously subscribed with a
GCUBEProducer |
| Modifier and Type | Method and Description |
|---|---|
static GCUBEPluginManager.PluginTopic |
GCUBEPluginManager.PluginTopic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEPluginManager.PluginTopic[] |
GCUBEPluginManager.PluginTopic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEPluginManager.subscribe(GCUBEPluginManager.PluginConsumer<PLUGINCONTEXT> c,
GCUBEPluginManager.PluginTopic... topics)
Subscribes a consumer to one or more registration events.
|
void |
GCUBEPluginManager.unsubscribe(GCUBEPluginManager.PluginConsumer<PLUGINCONTEXT> c,
GCUBEPluginManager.PluginTopic... topics)
Unsubscribes a consumer from one or more registration events.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GCUBEPluginManager.PluginConsumer.onDeregistration(GCUBEEvent<? extends GCUBEPluginManager.PluginTopic,? extends PLUGINCONTEXT> event)
Callback for a deregistration event.
|
protected void |
GCUBEPluginManager.PluginConsumer.onRegistration(GCUBEEvent<? extends GCUBEPluginManager.PluginTopic,? extends PLUGINCONTEXT> event)
Callback for a registration event.
|
Copyright © 2015. All Rights Reserved.