Graphic Rendering System
1.0
A Java-based graphic rendering system implementing various design patterns
Loading...
Searching...
No Matches
Command.java
Go to the documentation of this file.
1
package
com.example.graphics.command;
2
7
public
interface
Command
{
11
void
execute
();
12
16
void
undo
();
17
}
com.example.graphics.command.Command
Definition
Command.java:7
com.example.graphics.command.Command.undo
void undo()
com.example.graphics.command.Command.execute
void execute()
src
main
java
com
example
graphics
command
Command.java
Generated on
for Graphic Rendering System by
1.14.0