public class UpdatesTracker extends Object
DEFAULT_PROGRESS_PULSE_PCT, DEFAULT_PULSE_INTERVAL_MS| Constructor and Description |
|---|
UpdatesTracker(PmSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(ProgressTracker<T> tracker) |
protected String |
completeContent(ProgressTracker<FeaturePackLocation.ProducerSpec> tracker) |
void |
processing(ProgressTracker<T> tracker) |
protected String |
processingContent(ProgressTracker<FeaturePackLocation.ProducerSpec> tracker) |
void |
pulse(ProgressTracker<T> tracker) |
void |
starting(ProgressTracker<T> tracker) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxPulseIntervalMs, getMinPulseIntervalMs, getProgressPulsePct, processedpublic UpdatesTracker(PmSession session)
protected String processingContent(ProgressTracker<FeaturePackLocation.ProducerSpec> tracker)
protected String completeContent(ProgressTracker<FeaturePackLocation.ProducerSpec> tracker)
public void starting(ProgressTracker<T> tracker)
starting in interface ProgressCallback<T>public void processing(ProgressTracker<T> tracker)
processing in interface ProgressCallback<T>public void pulse(ProgressTracker<T> tracker)
pulse in interface ProgressCallback<T>public void complete(ProgressTracker<T> tracker)
complete in interface ProgressCallback<T>Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.