Uses of Interface
ddf.catalog.source.SourceMonitor
Packages that use SourceMonitor
Package
Description
Provides the classes for the Catalog Source API used implement a data source.
-
Uses of SourceMonitor in ddf.catalog.source
Methods in ddf.catalog.source with parameters of type SourceMonitorModifier and TypeMethodDescriptionbooleanSource.isAvailable(SourceMonitor callback) This method is the same asSource.isAvailable()but allows a caller to provide aSourceMonitorcallback object which is meant to be used as a way for theSourceto dynamically contact the caller with its availability.