public interface HasProgressMonitor<P extends ProgressMonitor>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
addProgressMonitor(P mon)
Register the given progress monitor.
|
Collection<P> |
progressMonitors() |
default boolean |
removeProgressMonitor(P mon)
Unregister the given progress monitor.
|
Collection<P> progressMonitors()
default boolean addProgressMonitor(P mon)
mon - the progress monitortrue (as specified by Collection.add(Object))default boolean removeProgressMonitor(P mon)
mon - the progress monitortrue (as specified by Collection.remove(Object))
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann