Uses of Interface
net.sourceforge.jiu.ops.ProgressListener
Packages that use ProgressListener
-
Uses of ProgressListener in net.sourceforge.jiu.apps
Methods in net.sourceforge.jiu.apps with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoidEditorState.addProgressListener(ProgressListener pl) Adds the argument progress listener to the internal list of progress listeners to be notified by progress updates. -
Uses of ProgressListener in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement ProgressListener -
Uses of ProgressListener in net.sourceforge.jiu.ops
Methods in net.sourceforge.jiu.ops with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoidOperation.addProgressListener(ProgressListener progressListener) Adds the argument progress listener to the internal list of progress listeners.voidOperation.removeProgressListener(ProgressListener progressListener) Removes the argument progress listener from the internal list of progress listeners.