Interface ManagedObjectSourceAugmentor
-
public interface ManagedObjectSourceAugmentor
Augments theManagedObjectSource
instances within theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
augmentManagedObjectSource(ManagedObjectSourceAugmentorContext context)
Augments theManagedObjectSource
.
-
-
-
Method Detail
-
augmentManagedObjectSource
void augmentManagedObjectSource(ManagedObjectSourceAugmentorContext context)
Augments theManagedObjectSource
.- Parameters:
context
-ManagedObjectSourceAugmentorContext
.
-
-