Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.browser
Class VFSFileChooserDialog.WorkThreadHandler  view VFSFileChooserDialog.WorkThreadHandler download VFSFileChooserDialog.WorkThreadHandler.java

java.lang.Object
  extended byorg.gjt.sp.jedit.browser.VFSFileChooserDialog.WorkThreadHandler
All Implemented Interfaces:
java.util.EventListener, org.gjt.sp.util.WorkThreadProgressListener
Enclosing class:
VFSFileChooserDialog

class VFSFileChooserDialog.WorkThreadHandler
extends java.lang.Object
implements org.gjt.sp.util.WorkThreadProgressListener


Constructor Summary
(package private) VFSFileChooserDialog.WorkThreadHandler()
           
 
Method Summary
 void progressUpdate(org.gjt.sp.util.WorkThreadPool threadPool, int threadIndex)
           
 void statusUpdate(org.gjt.sp.util.WorkThreadPool threadPool, int threadIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSFileChooserDialog.WorkThreadHandler

VFSFileChooserDialog.WorkThreadHandler()
Method Detail

statusUpdate

public void statusUpdate(org.gjt.sp.util.WorkThreadPool threadPool,
                         int threadIndex)
Specified by:
statusUpdate in interface org.gjt.sp.util.WorkThreadProgressListener

progressUpdate

public void progressUpdate(org.gjt.sp.util.WorkThreadPool threadPool,
                           int threadIndex)
Specified by:
progressUpdate in interface org.gjt.sp.util.WorkThreadProgressListener