org.biojava3.phylo
Class ProgessListenerStub

java.lang.Object
  extended by org.biojava3.phylo.ProgessListenerStub
All Implemented Interfaces:
NJTreeProgressListener

public class ProgessListenerStub
extends Object
implements NJTreeProgressListener

Author:
willishf

Constructor Summary
ProgessListenerStub()
           
 
Method Summary
 void canceled(Object njtree)
           
 void complete(Object njtree)
           
 void progress(Object njtree, String state, int percentageComplete)
           
 void progress(Object njtree, String state, int currentCount, int totalCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgessListenerStub

public ProgessListenerStub()
Method Detail

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