public interface FibListener {
    public void nextFibTerm(int term);
    public void finished();
}
