|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fluidsynth.api.event
Interface ExecutiveListener

- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ExecutiveListenerAdapter
- public interface ExecutiveListener
- extends java.util.EventListener
Interface to be implemented by classes that want to receive notification that the synth has started or stopped.
| Method Summary | |
void |
started()
Called when the synth starts |
void |
stopped()
Called when the synth stops for any reason. |
| Method Detail |
started
public void started()
- Called when the synth starts
stopped
public void stopped()
- Called when the synth stops for any reason.
|
|||||||||
| Home >> All >> org >> fluidsynth >> api >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC