Interface AccessoryModelListener
public interface AccessoryModelListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddressChanged(int address) The selected address has changed.
-
Method Details
-
addressChanged
void addressChanged(int address) The selected address has changed.- Parameters:
address- the new address
-