Interface IFeatureStateObserver


public interface IFeatureStateObserver
Can be used to retrieve notifications for FeatureState changes.

See FeatureStateManager for a usage example.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the feature states of one or more features has changed.
  • Method Details

    • onFeatureStateChanged

      void onFeatureStateChanged(@NotNull FeatureStateEvent featureStateEvent)
      Called when the feature states of one or more features has changed.
      Parameters:
      featureStateEvent - the event describing the changes