|
|||||||||
| Home >> All >> jmx >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jmx.util
Interface ReadListener

- public interface ReadListener
The listener interface for receiving notification of scores being successfully imported from a file.
- Version:
- 1.0,Sun Feb 25 18:35:35 2001
| Method Summary | |
void |
finishedReading()
Implementations of this method can alter all the scores imported by the initiating object. |
jm.music.data.Score |
scoreRead(jm.music.data.Score score)
Implementations of this method have the opportunity to alter the score after each has been imported. |
void |
startedReading()
YET TO BE DOCUMENTED |
| Method Detail |
scoreRead
public jm.music.data.Score scoreRead(jm.music.data.Score score)
- Implementations of this method have the opportunity to alter the score
after each has been imported. Additionally non-score related tasks can
be performed.
startedReading
public void startedReading()
- YET TO BE DOCUMENTED
finishedReading
public void finishedReading()
- Implementations of this method can alter all the scores imported by the
initiating object. Additionally non-score related tasks can be
performed.
|
|||||||||
| Home >> All >> jmx >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC