public interface ReadListener
Modifier and Type | Method and Description |
---|---|
void |
finishedReading()
Implementations of this method can alter all the scores imported by the
initiating object.
|
Score |
scoreRead(Score score)
Implementations of this method have the opportunity to alter the score
after each has been imported.
|
void |
startedReading() |
Score scoreRead(Score score)
score
- Score imported by the object initiating this eventvoid startedReading()
void finishedReading()
scores
- all Scores imported by the object initiating this event