public abstract class AbstractDefaultSelectionsResponse
extends java.lang.Object
The response to a default selection is obtained from an observable reader and analyzed by the selection class that created the selection request.
Constructor and Description |
---|
AbstractDefaultSelectionsResponse() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<CardSelectionResponse> |
getCardSelectionResponses()
Gets the result of the selection as a list of responses corresponding to the requests made in
AbstractDefaultSelectionsRequest . |
protected abstract java.util.List<CardSelectionResponse> getCardSelectionResponses()
AbstractDefaultSelectionsRequest
.