public interface NextOutputStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
ensureIsValid()
Ensures that the strategy implementation is in a valid state.
|
boolean |
isClosing(Integer page) |
boolean |
isOpening(Integer page) |
void ensureIsValid()
throws TaskExecutionException
TaskExecutionException - if not in a valid state.boolean isOpening(Integer page)
page - the current processing pageboolean isClosing(Integer page)
page - the current processing pageCopyright © 2015. All Rights Reserved.