Package sources.commands
Class AbstractCommandWithResult<T>
java.lang.Object
sources.commands.AbstractCommand
sources.commands.AbstractCommandWithResult<T>
- All Implemented Interfaces:
Command,CommandWithResult<T>
- Direct Known Subclasses:
Info,PrintAscending,PrintDescending,PrintFieldDescendingOscarsCount,Show
public abstract class AbstractCommandWithResult<T>
extends AbstractCommand
implements CommandWithResult<T>
-
Field Summary
Fields inherited from class sources.commands.AbstractCommand
client, name, receiver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sources.commands.AbstractCommand
toStringMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface sources.commands.CommandWithResult
getResult
-
Constructor Details
-
AbstractCommandWithResult
-