Input - The input type, see ExecutableAction.execute(Object)Output - The output type, see ExecutableAction.execute(Object)
See also AbstractAction, which is typically what applications override, and ExecutableAction.public interface IAction<Input,Output> extends ExecutableAction<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
executeString getName()
Copyright © 2017 Ant Kutschera. All rights reserved.