mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
6 lines
119 B
Java
6 lines
119 B
Java
public interface PdeEngine {
|
|
public void start() throws PdeException;
|
|
public void stop();
|
|
public void close();
|
|
}
|