mirror of
https://github.com/processing/processing4.git
synced 2026-02-01 12:51:37 +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();
|
|
}
|