Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fluidsynth.api.event
Interface ExecutiveListener  view ExecutiveListener download ExecutiveListener.java

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.