T - type of the context data.@FunctionalInterface public static interface ArchiveTool.ActionConfirmation<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
confirm(T context)
Confirm or reject the action.
|
boolean confirm(T context)
context - context data.true confirms the action and false to reject the action.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.