Interface AccessoryPortListener
-
public interface AccessoryPortListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlabelChanged(int accessoryId, int aspectIndex)The label of the aspect was changed.voidtestButtonPressed(int accessoryId, int aspectIndex)The test button was pressed.
-
-
-
Method Detail
-
testButtonPressed
void testButtonPressed(int accessoryId, int aspectIndex)The test button was pressed.- Parameters:
accessoryId- the accessory idaspectIndex- the aspect index
-
labelChanged
void labelChanged(int accessoryId, int aspectIndex)The label of the aspect was changed.- Parameters:
accessoryId- the accessory idaspectIndex- the aspect index
-
-