Interface ProgressEventNotifier
-
- All Known Implementing Classes:
BootStrapper
,ProgressEventNotifierSupport
,RepairCoordinator
,TraceState
,TraceStateImpl
public interface ProgressEventNotifier
Interface forProgressEvent
publisher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProgressListener(ProgressListener listener)
Register progress listener to this publisher.void
removeProgressListener(ProgressListener listener)
Remove progress listener from this publisher.
-
-
-
Method Detail
-
addProgressListener
void addProgressListener(ProgressListener listener)
Register progress listener to this publisher.- Parameters:
listener
- listener to register.
-
removeProgressListener
void removeProgressListener(ProgressListener listener)
Remove progress listener from this publisher.- Parameters:
listener
- listener to remove
-
-