Interface FeatureChangeListener

All Known Implementing Classes:
FeatureEnabledItemPanel, Spells

public interface FeatureChangeListener
A listener of feature changes.
  • Method Details

    • featureDisabled

      void featureDisabled(String name)
      A feature was disabled.
      Parameters:
      name - The name of the feature.
    • featureEnabled

      void featureEnabled(String name, String value)
      A feature was enabled.
      Parameters:
      name - The name of the feature.
      value - Optional feature specific data.