Package org.apache.jackrabbit.vault.util
Class HtmlProgressListener
java.lang.Object
org.apache.jackrabbit.vault.util.HtmlProgressListener
- All Implemented Interfaces:
ProgressTrackerListener
HtmlProgressTrackerListener implements a progress tracker listener that writes the progress in HTML.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener
ProgressTrackerListener.Mode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanvoidonError(ProgressTrackerListener.Mode mode, String path, Exception e) Is called when an error is received.voidonMessage(ProgressTrackerListener.Mode mode, String action, String path) Is called when a message is received.setNoScrollTo(boolean noScrollTo) setScrollDelay(long scrollDelay)
-
Constructor Details
-
HtmlProgressListener
-
-
Method Details
-
isNoScrollTo
public boolean isNoScrollTo() -
setNoScrollTo
-
getScrollDelay
public long getScrollDelay() -
setScrollDelay
-
onError
Description copied from interface:ProgressTrackerListenerIs called when an error is received.- Specified by:
onErrorin interfaceProgressTrackerListener- Parameters:
mode- message modepath- path or messagee- error
-
onMessage
Description copied from interface:ProgressTrackerListenerIs called when a message is received.- Specified by:
onMessagein interfaceProgressTrackerListener- Parameters:
mode- message modeaction- actionpath- path or message the action was performed on
-