Interface ITypeUpdateCallback
- All Known Implementing Classes:
ArgsListUpdateCallback,InvokeUpdateCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback to process and modify type update result
-
Method Summary
Modifier and TypeMethodDescription@Nullable TypeUpdateResultupdateCallback(TypeUpdateResult result) Called on type update result being calculated
-
Method Details
-
updateCallback
Called on type update result being calculated- Parameters:
result- - type update result- Returns:
- modified result, can be null - will keep callback and wait for another result
-