All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigcustard.scene2dplus.command.Command Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.scene2dplus.command;

public interface Command {
    void execute();
    void undo();
    boolean canExecute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy