public interface ActionRequest
Processing Requests, which can perform one or more Actions must implement this Interface.
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Retrieves the Action for the current request.
|
void |
setAction(Action action)
Defines the action which should be performed by the request.
|
Copyright © 2019 JavaDog.io. All rights reserved.