|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||