Uses of Interface
org.esa.snap.core.gpf.graph.GraphProcessingObserver
-
Packages that use GraphProcessingObserver Package Description org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.main -
-
Uses of GraphProcessingObserver in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return GraphProcessingObserver Modifier and Type Method Description GraphProcessingObserver[]GraphProcessor. getObservers()Gets all observers currently attached to thisGraphProcessor.Methods in org.esa.snap.core.gpf.graph with parameters of type GraphProcessingObserver Modifier and Type Method Description voidGraphProcessor. addObserver(GraphProcessingObserver processingObserver)Adds an observer to this graph popcessor. -
Uses of GraphProcessingObserver in org.esa.snap.core.gpf.main
Classes in org.esa.snap.core.gpf.main that implement GraphProcessingObserver Modifier and Type Class Description classCommandLineToolThe common command-line tool for the GPF.Methods in org.esa.snap.core.gpf.main with parameters of type GraphProcessingObserver Modifier and Type Method Description voidCommandLineContext. executeGraph(Graph graph, GraphProcessingObserver observer)
-