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

Quick Search    Search Deep

org.fluidsynth.api
Class ConfigManager.TestListener  view ConfigManager.TestListener download ConfigManager.TestListener.java

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


Constructor Summary
(package private) ConfigManager.TestListener()
           
 
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

ConfigManager.TestListener

ConfigManager.TestListener()
Method Detail

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