public static interface SeeScoreView.TapNotification
Modifier and Type | Method and Description |
---|---|
void |
longTap(int systemIndex,
int partIndex,
int barIndex,
Component[] components) |
void |
tap(int systemIndex,
int partIndex,
int barIndex,
Component[] components)
called on notification of a user tap on a system with information about what was tapped
|
void tap(int systemIndex, int partIndex, int barIndex, Component[] components)
systemIndex
- the index of the system tapped (0 is the top system)partIndex
- the 0-based part index of the part tappedbarIndex
- the 0-based bar index of the bar tappedcomponents
- the components tappedvoid longTap(int systemIndex, int partIndex, int barIndex, Component[] components)