source: trunk/org/expeditee/io/FrameReader.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: 196 bytes
Line 
1package org.expeditee.io;
2
3import java.io.IOException;
4
5import org.expeditee.gui.Frame;
6
7public interface FrameReader {
8
9 public abstract Frame readFrame(String fullPath)
10 throws IOException;
11}
Note: See TracBrowser for help on using the repository browser.