Uses of Enum
org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode
Packages that use ProgressTrackerListener.Mode
Package
Description
-
Uses of ProgressTrackerListener.Mode in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return ProgressTrackerListener.ModeModifier and TypeMethodDescriptionstatic ProgressTrackerListener.ModeReturns the enum constant of this type with the specified name.static ProgressTrackerListener.Mode[]ProgressTrackerListener.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type ProgressTrackerListener.ModeModifier and TypeMethodDescriptionvoidProgressTrackerListener.onError(ProgressTrackerListener.Mode mode, String path, Exception e) Is called when an error is received.voidProgressTrackerListener.onMessage(ProgressTrackerListener.Mode mode, String action, String path) Is called when a message is received. -
Uses of ProgressTrackerListener.Mode in org.apache.jackrabbit.vault.fs.spi
Methods in org.apache.jackrabbit.vault.fs.spi that return ProgressTrackerListener.ModeModifier and TypeMethodDescriptionProgressTracker.getMode()ProgressTracker.setMode(ProgressTrackerListener.Mode mode) Methods in org.apache.jackrabbit.vault.fs.spi with parameters of type ProgressTrackerListener.Mode -
Uses of ProgressTrackerListener.Mode in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util with parameters of type ProgressTrackerListener.ModeModifier and TypeMethodDescriptionvoidDefaultProgressListener.onError(ProgressTrackerListener.Mode mode, String path, Exception e) voidHtmlProgressListener.onError(ProgressTrackerListener.Mode mode, String path, Exception e) voidDefaultProgressListener.onMessage(ProgressTrackerListener.Mode mode, String action, String path) voidHtmlProgressListener.onMessage(ProgressTrackerListener.Mode mode, String action, String path)