rd5 diff progress
This commit is contained in:
parent
db4757abbb
commit
43de4bb6ca
4 changed files with 227 additions and 29 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package btools.util;
|
||||
|
||||
public interface ProgressListener
|
||||
{
|
||||
public void updateProgress( String progress );
|
||||
|
||||
public boolean isCanceled();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue