public interface PdeEngine { public void start() throws PdeException; public void stop(); public void close(); }