lots of changes from sunday/monday morning in japan

This commit is contained in:
benfry
2001-08-06 02:02:44 +00:00
parent e3395f991e
commit 4df45d0531
6 changed files with 201 additions and 75 deletions

View File

@@ -1,4 +1,5 @@
public interface PdeEngine {
public void start() throws PdeException;
public void stop();
public void close();
}