public interface SmartOperationAwareBean extends OperationAwareBean
An interface that make the target object aware of the operation.
It's enhanced on the basis of OperationAwareBean and supports awareness more arguments.
AbstractOperationAwareBeanOperationExecutor| 限定符和类型 | 方法和说明 |
|---|---|
default void |
afterOperationsCompletion(BeanOperations operations)
Do something after all operations completed.
|
default void |
beforeAssembleOperation(BeanOperations operations)
Do something before the assembly operations begin.
|
default boolean |
supportOperation(KeyTriggerOperation operation)
Whether the target object supports the specified operation.
|
afterOperationsCompletion, beforeAssembleOperation, supportOperationdefault boolean supportOperation(KeyTriggerOperation operation)
operation - operationdefault void beforeAssembleOperation(BeanOperations operations)
operations - operationsdefault void afterOperationsCompletion(BeanOperations operations)
operations - operationsCopyright © 2024. All rights reserved.