public abstract class AbstractAction<Input,Output> extends Object implements IAction<Input,Output>
IAction interface.
Its implementation simply provides a mechanism for naming the object,
and bases the equals(Object) and hashCode()
on that name.IAction| Constructor and Description |
|---|
AbstractAction(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitexecuteCopyright © 2017 Ant Kutschera. All rights reserved.