public interface LifecyclePredicateVisitor
LifecycleFilterPredicate
visited.
This follows the visitor design pattern.
When an implementation of this visitor is passed to an
LifecycleFilterPredicate.accept(LifecyclePredicateVisitor)
method,
the visit method most applicable to that element is invoked.Modifier and Type | Method and Description |
---|---|
void |
visit(LifecycleAndOperator lifecycleAndOperator)
Implement this method to add behaviour performed when
LifecycleAndOperator is visited. |
void |
visit(LifecycleObjectSizeGreaterThanPredicate lifecycleObjectSizeGreaterThanPredicate)
Implement this method to add behaviour performed when
LifecycleObjectSizeGreaterThanPredicate is visited. |
void |
visit(LifecycleObjectSizeLessThanPredicate lifecycleObjectSizeLessThanPredicate)
Implement this method to add behaviour performed when
LifecycleObjectSizeLessThanPredicate is visited. |
void |
visit(LifecyclePrefixPredicate lifecyclePrefixPredicate)
Implement this method to add behaviour performed when
LifecyclePrefixPredicate is visited. |
void |
visit(LifecycleTagPredicate lifecycleTagPredicate)
Implement this method to add behaviour performed when
LifecycleTagPredicate is visited. |
void visit(LifecyclePrefixPredicate lifecyclePrefixPredicate)
LifecyclePrefixPredicate
is visited.void visit(LifecycleTagPredicate lifecycleTagPredicate)
LifecycleTagPredicate
is visited.void visit(LifecycleObjectSizeGreaterThanPredicate lifecycleObjectSizeGreaterThanPredicate)
LifecycleObjectSizeGreaterThanPredicate
is visited.void visit(LifecycleObjectSizeLessThanPredicate lifecycleObjectSizeLessThanPredicate)
LifecycleObjectSizeLessThanPredicate
is visited.void visit(LifecycleAndOperator lifecycleAndOperator)
LifecycleAndOperator
is visited.Copyright © 2024. All rights reserved.