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