Uses of Class
org.gcube.common.core.contexts.ghn.Events.GHNTopic

Packages that use Events.GHNTopic
org.gcube.common.core.contexts   
org.gcube.common.core.contexts.ghn   
 

Uses of Events.GHNTopic in org.gcube.common.core.contexts
 

Methods in org.gcube.common.core.contexts with parameters of type Events.GHNTopic
 void GHNContext.subscribeGHNEvents(GHNConsumer consumer, Events.GHNTopic... topics)
          Subscribes a consumer to one or more GHNTopics.
 void GHNContext.unsubscribeGHNEvents(GHNConsumer consumer, Events.GHNTopic... topics)
          Unsubscribe a consumer to one or more GHNTopics.
 

Uses of Events.GHNTopic in org.gcube.common.core.contexts.ghn
 

Methods in org.gcube.common.core.contexts.ghn with type parameters of type Events.GHNTopic
<T1 extends Events.GHNTopic,P1>
void
GHNConsumer.onEvent(GCUBEEvent<T1,P1>... events)
          Receives RI lifetime events and dispatches them to topic-specific callbacks.
 

Methods in org.gcube.common.core.contexts.ghn that return Events.GHNTopic
static Events.GHNTopic Events.GHNTopic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Events.GHNTopic[] Events.GHNTopic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.