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

Quick Search    Search Deep

org.fluidsynth.api.event
Class ExecutiveListenerAdapter  view ExecutiveListenerAdapter download ExecutiveListenerAdapter.java

java.lang.Object
  extended byorg.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.


Constructor Summary
ExecutiveListenerAdapter()
           
 
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
 

Constructor Detail

ExecutiveListenerAdapter

public ExecutiveListenerAdapter()
Method Detail

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