| Package | Description |
|---|---|
| org.gcube.data.tmf.api |
| Modifier and Type | Field and Description |
|---|---|
static SourceEvent |
SourceEvent.CHANGE
Signals a change in the data source.
|
static SourceEvent |
SourceEvent.REMOVE
Signals that the data source is no longer accessible to the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceNotifier.notify(SourceEvent topic)
Notifies subscribers of a
SourceEvent event. |
void |
SourceConsumer.onEvent(SourceEvent... events)
Callback on notification of
SourceEvents. |
void |
SourceNotifier.subscribe(SourceConsumer consumer,
SourceEvent... events)
Subscribes a
SourceConsumer to one or more SourceEvents. |
Copyright © 2018. All Rights Reserved.