java.lang.Object
org.fluidsynth.api.ConfigManager.TestListener
- All Implemented Interfaces:
- java.util.EventListener, org.fluidsynth.api.event.ExecutiveListener
- Enclosing class:
- ConfigManager
- static class ConfigManager.TestListener
- extends java.lang.Object
- implements org.fluidsynth.api.event.ExecutiveListener
Test harness.
|
Method Summary |
void |
started()
Called when the synth starts |
void |
stopped()
Called when the synth stops for any reason. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigManager.TestListener
ConfigManager.TestListener()
started
public void started()
- Description copied from interface:
org.fluidsynth.api.event.ExecutiveListener
- Called when the synth starts
- Specified by:
started in interface org.fluidsynth.api.event.ExecutiveListener
stopped
public void stopped()
- Description copied from interface:
org.fluidsynth.api.event.ExecutiveListener
- Called when the synth stops for any reason.
- Specified by:
stopped in interface org.fluidsynth.api.event.ExecutiveListener