@FunctionalInterface public static interface ProgressEventDispatcher.Factory
ProgressEventDispatcher based off an existing ProgressEventDispatcher. create(java.lang.String, long) should only be called once.| Modifier and Type | Method and Description |
|---|---|
ProgressEventDispatcher |
create(String description,
long allocationUnits)
Creates the
ProgressEventDispatcher with an associated Allocation. |
ProgressEventDispatcher create(String description, long allocationUnits)
ProgressEventDispatcher with an associated Allocation.description - user-facing description of what the allocation representsallocationUnits - number of allocation unitsProgressEventDispatcherCopyright © 2019. All rights reserved.