Uses of Interface
org.gcube.data.tmf.api.SourceEvent

Packages that use SourceEvent
org.gcube.data.tmf.api   
 

Uses of SourceEvent in org.gcube.data.tmf.api
 

Fields in org.gcube.data.tmf.api declared as SourceEvent
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.
 

Methods in org.gcube.data.tmf.api with parameters of type SourceEvent
 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 © 2012. All Rights Reserved.