Interface FeatureListener


public interface FeatureListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    featureChanged(org.bidib.jbidibc.messages.Feature feature)
    Signal that the feature has changed.
    void
    Signal that the features have changed.
  • Method Details

    • featureChanged

      void featureChanged(org.bidib.jbidibc.messages.Feature feature)
      Signal that the feature has changed.
      Parameters:
      feature - the changed feature
    • featuresChanged

      void featuresChanged()
      Signal that the features have changed.