Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jmx.util
Interface ReadListener  view ReadListener download ReadListener.java


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.