|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JJackAudioProcessListener
Event listener that gets informed about start and end of processing.
Method Summary | |
---|---|
void |
afterProcess(JJackAudioEvent e)
Event handler method called after the supervised audio processor has performed its process() -method. |
void |
beforeProcess(JJackAudioEvent e)
Event handler method called before the supervised audio processor performs its process() -method. |
Method Detail |
---|
void beforeProcess(JJackAudioEvent e)
process()
-method.
e
- audio event that is going to be processed by the supervised audio processorvoid afterProcess(JJackAudioEvent e)
process()
-method.
e
- audio event that has been processed by the supervised audio processor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |