Interface ManagedFunctionAugmentor
-
public interface ManagedFunctionAugmentor
Augments theManagedFunction
instances within theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
augmentManagedFunction(ManagedFunctionAugmentorContext context)
Augments theManagedFunction
.
-
-
-
Method Detail
-
augmentManagedFunction
void augmentManagedFunction(ManagedFunctionAugmentorContext context)
Augments theManagedFunction
.- Parameters:
context
-ManagedFunctionAugmentorContext
.
-
-