Package foundry.veil.api.event
Interface VeilDynamicBuffersChangedEvent
- All Known Subinterfaces:
VeilClientPlatform
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Fired when the set of currently active Veil dynamic buffers has changed.
- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the set of enabled Veil dynamic buffers has changed.
-
Method Details
-
onVeilDynamicBuffersChanged
Called when the set of enabled Veil dynamic buffers has changed.- Parameters:
change
- The change containing the previous and new enabled dynamic buffers- Since:
- 2.3.0
-