source: trunk/src/org/expeditee/io/TreeWriter.java@ 309

Last change on this file since 309 was 46, checked in by ra33, 16 years ago

Refactored to centralise code for messages and stats displayed for the running of agents.

File size: 233 bytes
Line 
1package org.expeditee.io;
2
3import java.io.IOException;
4
5import org.expeditee.gui.Frame;
6
7public interface TreeWriter extends FrameWriter {
8
9 public String writeTree(Frame toWrite) throws IOException;
10
11 public int getFrameCount();
12}
Note: See TracBrowser for help on using the repository browser.