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

Quick Search    Search Deep

org.gjt.sp.util
Interface WorkThreadProgressListener  view WorkThreadProgressListener download WorkThreadProgressListener.java

All Superinterfaces:
java.util.EventListener

public interface WorkThreadProgressListener
extends java.util.EventListener

A work thread execution progress listener.

Since:
jEdit 2.6pre1

Method Summary
 void progressUpdate(WorkThreadPool threadPool, int threadIndex)
           
 void statusUpdate(WorkThreadPool threadPool, int threadIndex)
           
 

Method Detail

statusUpdate

public void statusUpdate(WorkThreadPool threadPool,
                         int threadIndex)

progressUpdate

public void progressUpdate(WorkThreadPool threadPool,
                           int threadIndex)