Uses of Interface
net.sourceforge.jiu.ops.ProgressListener
-
Packages that use ProgressListener Package Description net.sourceforge.jiu.apps net.sourceforge.jiu.gui.awt net.sourceforge.jiu.ops -
-
Uses of ProgressListener in net.sourceforge.jiu.apps
Methods in net.sourceforge.jiu.apps with parameters of type ProgressListener Modifier and Type Method Description voidEditorState. 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 Modifier and Type Class Description classJiuAwtFrameThe frame class for the AWT demo programjiuawt. -
Uses of ProgressListener in net.sourceforge.jiu.ops
Methods in net.sourceforge.jiu.ops with parameters of type ProgressListener Modifier and Type Method Description voidOperation. 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.
-