lots of changes from sunday/monday morning in japan

This commit is contained in:
benfry
2001-08-06 02:02:44 +00:00
parent a4cdc10c23
commit 29b5eb445c
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();
}