|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioFileProcessListener
An interface which is describes the functionality which is required to handle new file signals fired by the aduio-data sources.
Method Summary | |
---|---|
void |
audioFileProcFinished(java.io.File audioFile)
This method is invoked whenever a file processing has finished within a audio file data source. |
void |
audioFileProcStarted(java.io.File audioFile)
This method is invoked whenever a new file is started to become processed by an audio file data source. |
Method Detail |
---|
void audioFileProcStarted(java.io.File audioFile)
audioFile
- The name of the new audio file.void audioFileProcFinished(java.io.File audioFile)
audioFile
- The name of the processed audio file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |