GOVNOCODE
unknown
java
2 years ago
189 B
6
Indexable
package example;
import java.util.List;
public interface Thread extends Runnable {
List<Command> getExecutedCommands();
void getCommand(Command cmd);
void run();
}
Editor is loading...