source: trunk/org/expeditee/io/TreeWriter.java@ 4

Last change on this file since 4 was 4, checked in by davidb, 16 years ago

Starting source code to Expeditee

File size: 202 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}
Note: See TracBrowser for help on using the repository browser.