Uses of Interface
jj2000.j2k.util.ProgressWatch
-
Packages that use ProgressWatch Package Description jj2000.j2k.util -
-
Uses of ProgressWatch in jj2000.j2k.util
Methods in jj2000.j2k.util that return ProgressWatch Modifier and Type Method Description static ProgressWatchFacilityManager. getProgressWatch()Return the ProgressWatch instance registered with the current thread (the thread that calls this method).Methods in jj2000.j2k.util with parameters of type ProgressWatch Modifier and Type Method Description static voidFacilityManager. registerProgressWatch(Thread t, ProgressWatch pw)Register the ProgressWatch for the given thread.
-