public interface CallOperation
Example regex implementation is:
new CallOperation() {
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
callOperation(java.lang.Object source,
java.lang.Object[] args)
The implementation of this method should specify the logic for the custom
logic
|
java.lang.Object callOperation(java.lang.Object source, java.lang.Object[] args)
source
- Source object that is calling the operationargs
- Arguments to the calling operation