Interface BundleProgressReporter.Registrar
-
- All Known Implementing Classes:
BundleProgressReporter.InMemory
- Enclosing interface:
- BundleProgressReporter
public static interface BundleProgressReporter.RegistrarMaintains a set ofBundleProgressReporters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(BundleProgressReporter reporter)Adds the reporter to be reported on.
-
-
-
Method Detail
-
register
void register(BundleProgressReporter reporter)
Adds the reporter to be reported on. It is an error to add a reporter more than once.
-
-