org.biojava3.phylo
Class ProgessListenerStub
java.lang.Object
org.biojava3.phylo.ProgessListenerStub
- All Implemented Interfaces:
- NJTreeProgressListener
public class ProgessListenerStub
- extends java.lang.Object
- implements NJTreeProgressListener
- Author:
- willishf
|
Method Summary |
void |
canceled(java.lang.Object njtree)
|
void |
complete(java.lang.Object njtree)
|
void |
progress(java.lang.Object njtree,
java.lang.String state,
int percentageComplete)
|
void |
progress(java.lang.Object njtree,
java.lang.String state,
int currentCount,
int totalCount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgessListenerStub
public ProgessListenerStub()
progress
public void progress(java.lang.Object njtree,
java.lang.String state,
int percentageComplete)
- Specified by:
progress in interface NJTreeProgressListener
progress
public void progress(java.lang.Object njtree,
java.lang.String state,
int currentCount,
int totalCount)
- Specified by:
progress in interface NJTreeProgressListener
complete
public void complete(java.lang.Object njtree)
- Specified by:
complete in interface NJTreeProgressListener
canceled
public void canceled(java.lang.Object njtree)
- Specified by:
canceled in interface NJTreeProgressListener