JIU 0.14.3

Uses of Interface
net.sourceforge.jiu.ops.ProgressListener

Packages that use ProgressListener
net.sourceforge.jiu.apps Smaller and larger applications demonstrating how to use JIU. 
net.sourceforge.jiu.gui.awt Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit). 
net.sourceforge.jiu.ops The operation package, with basic functionality for all JIU classes that actually process images. 
 

Uses of ProgressListener in net.sourceforge.jiu.apps
 

Methods in net.sourceforge.jiu.apps with parameters of type ProgressListener
 void EditorState.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
 class JiuAwtFrame
          The frame class for the AWT demo program jiuawt.
 

Uses of ProgressListener in net.sourceforge.jiu.ops
 

Methods in net.sourceforge.jiu.ops with parameters of type ProgressListener
 void Operation.addProgressListener(ProgressListener progressListener)
          Adds the argument progress listener to the internal list of progress listeners.
 void Operation.removeProgressListener(ProgressListener progressListener)
          Removes the argument progress listener from the internal list of progress listeners.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt