java.lang.Object
org.fluidsynth.api.event.ExecutiveListenerAdapter
- All Implemented Interfaces:
- java.util.EventListener, ExecutiveListener
- public class ExecutiveListenerAdapter
- extends java.lang.Object
- implements ExecutiveListener
No-op implementation of the ExecutiveListener interface.
|
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 |
ExecutiveListenerAdapter
public ExecutiveListenerAdapter()
started
public void started()
- Called when the synth starts
- Specified by:
started in interface ExecutiveListener
stopped
public void stopped()
- Called when the synth stops for any reason.
- Specified by:
stopped in interface ExecutiveListener