mirror of
https://github.com/processing/processing4.git
synced 2026-06-07 16:11:19 +02:00
5 lines
96 B
Java
5 lines
96 B
Java
public interface PdeEngine {
|
|
public void start() throws PdeException;
|
|
public void stop();
|
|
}
|