Uses of Interface
com.bc.ceres.core.ProcessObserver.Handler
Packages that use ProcessObserver.Handler
Package
Description
Provides low-level application classes for service registration,
progress monitoring and assertions.
-
Uses of ProcessObserver.Handler in com.bc.ceres.core
Classes in com.bc.ceres.core that implement ProcessObserver.HandlerModifier and TypeClassDescriptionstatic class
Default implementation ofProcessObserver.Handler
, which simply prints observations to the console.Methods in com.bc.ceres.core that return ProcessObserver.HandlerMethods in com.bc.ceres.core with parameters of type ProcessObserver.HandlerModifier and TypeMethodDescriptionProcessObserver.setHandler
(ProcessObserver.Handler handler) Default-handler prints to stdout / stderr.