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 TaskException
TaskException
- if not in a valid state.boolean isOpening(Integer page) throws TaskException
page
- the current processing pageTaskException
- if an error occurs while verifying if the page is an open pageboolean isClosing(Integer page) throws TaskException
page
- the current processing pageTaskException
- if an error occurs while verifying if the page is an close pageCopyright © 2019 sejda. All rights reserved.