Interface FeatureListener
public interface FeatureListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidfeatureChanged(org.bidib.jbidibc.messages.Feature feature) Signal that the feature has changed.voidSignal 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.
-