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