COMP2396
Loading...
Searching...
No Matches
Command.java
Go to the documentation of this file.
1public interface Command {
2 public String execute(VendingMachine v, String[] cmdParts);
3}
String execute(VendingMachine v, String[] cmdParts)