Interface IFeatureStateObserver


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

See FeatureStateManager for a usage example.

  • Method Summary Link icon

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

    • onFeatureStateChanged Link icon

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