controlp5/src/main/java/controlP5/TextfieldCommand.java

5 lines
78 B
Java
Raw Normal View History

2023-07-09 17:10:47 +02:00
package controlP5;
2023-07-06 14:57:02 +02:00
public interface TextfieldCommand {
void execute( );
}