Uses of Interface
com.evolveum.midpoint.model.api.ProgressListener
Packages that use ProgressListener
-
Uses of ProgressListener in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api that implement ProgressListenerModifier and TypeClassDescriptionstatic classJust collects model contexts as they are reported by the clockwork.Methods in com.evolveum.midpoint.model.api that return types with arguments of type ProgressListenerModifier and TypeMethodDescriptionstatic @NotNull Collection<ProgressListener>ProgressListener.add(Collection<ProgressListener> listeners, ProgressListener newOne) "Installs" a listener: creates a list of listeners consisting of existing ones plus a new one.Methods in com.evolveum.midpoint.model.api with parameters of type ProgressListenerModifier and TypeMethodDescriptionstatic @NotNull Collection<ProgressListener>ProgressListener.add(Collection<ProgressListener> listeners, ProgressListener newOne) "Installs" a listener: creates a list of listeners consisting of existing ones plus a new one.Method parameters in com.evolveum.midpoint.model.api with type arguments of type ProgressListenerModifier and TypeMethodDescriptionstatic @NotNull Collection<ProgressListener>ProgressListener.add(Collection<ProgressListener> listeners, ProgressListener newOne) "Installs" a listener: creates a list of listeners consisting of existing ones plus a new one. -
Uses of ProgressListener in com.evolveum.midpoint.web.component.progress
Classes in com.evolveum.midpoint.web.component.progress that implement ProgressListener