Uses of Class
org.gcube.common.core.plugins.GCUBEPluginManager.PluginTopic

Packages that use GCUBEPluginManager.PluginTopic
org.gcube.common.core.plugins   
 

Uses of GCUBEPluginManager.PluginTopic in org.gcube.common.core.plugins
 

Fields in org.gcube.common.core.plugins with type parameters of type GCUBEPluginManager.PluginTopic
protected  GCUBEProducer<GCUBEPluginManager.PluginTopic,PLUGINCONTEXT> GCUBEPluginManager.producer
          The inner producer of plugin management event.
 

Methods in org.gcube.common.core.plugins with type parameters of type GCUBEPluginManager.PluginTopic
<T1 extends GCUBEPluginManager.PluginTopic,P1 extends PLUGINCONTEXT>
void
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
 

Methods in org.gcube.common.core.plugins that return GCUBEPluginManager.PluginTopic
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.
 

Methods in org.gcube.common.core.plugins with parameters of type GCUBEPluginManager.PluginTopic
 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.
 

Method parameters in org.gcube.common.core.plugins with type arguments of type GCUBEPluginManager.PluginTopic
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 © 2013. All Rights Reserved.