org.biojava3.phylo
Class ProgessListenerStub
java.lang.Object
org.biojava3.phylo.ProgessListenerStub
- All Implemented Interfaces:
- NJTreeProgressListener
public class ProgessListenerStub
- extends Object
- implements NJTreeProgressListener
- Author:
- willishf
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(Object njtree,
String state,
int percentageComplete)
- Specified by:
progress
in interface NJTreeProgressListener
progress
public void progress(Object njtree,
String state,
int currentCount,
int totalCount)
- Specified by:
progress
in interface NJTreeProgressListener
complete
public void complete(Object njtree)
- Specified by:
complete
in interface NJTreeProgressListener
canceled
public void canceled(Object njtree)
- Specified by:
canceled
in interface NJTreeProgressListener