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.

@FunctionalInterface public interface VeilDynamicBuffersChangedEvent
Fired when the set of currently active Veil dynamic buffers has changed.
Since:
2.3.0
  • Method Details

    • onVeilDynamicBuffersChanged

      void onVeilDynamicBuffersChanged(DynamicBuffersChange change)
      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