public interface ProgressNotifiers
listeners that may notify a ProgressListener.| Modifier and Type | Method and Description |
|---|---|
void |
addNotifier(InstallerListener listener)
Adds a listener that may notify a
ProgressListener. |
int |
getNotifiers()
Returns the count of registered listeners that may perform notification.
|
int |
indexOf(InstallerListener listener)
Returns the index of the specified listener.
|
boolean |
notifyProgress()
Determines if listeners should notify an
ProgressListener. |
void |
setNotifyProgress(boolean notify)
Determines if listeners should notify an
ProgressListener. |
void addNotifier(InstallerListener listener)
ProgressListener.listener - the listenerint indexOf(InstallerListener listener)
listener - the listener-1 if it is not registeredvoid setNotifyProgress(boolean notify)
ProgressListener.notify - if true, notify the ProgressListenerboolean notifyProgress()
ProgressListener.true if the ProgressListener should be notifiedint getNotifiers()
Copyright © 2001–2025. All rights reserved.