Graphic Rendering System 1.0
A Java-based graphic rendering system implementing various design patterns
Loading...
Searching...
No Matches
com.example.graphics.command.Command Interface Reference
Inheritance diagram for com.example.graphics.command.Command:
Inheritance graph
Collaboration diagram for com.example.graphics.command.Command:
Collaboration graph

Public Member Functions

void execute ()
void undo ()

Detailed Description

Command interface for implementing the Command pattern. This allows operations to be encapsulated as objects.

Definition at line 7 of file Command.java.

Member Function Documentation

◆ execute()

void com.example.graphics.command.Command.execute ( )

◆ undo()

void com.example.graphics.command.Command.undo ( )

The documentation for this interface was generated from the following file: