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

Quick Search    Search Deep

org.fluidsynth.gui
Class Application.Listener  view Application.Listener download Application.Listener.java

java.lang.Object
  extended byorg.fluidsynth.gui.Application.Listener
All Implemented Interfaces:
java.util.EventListener, org.fluidsynth.api.event.ExecutiveListener
Enclosing class:
Application

static class Application.Listener
extends java.lang.Object
implements org.fluidsynth.api.event.ExecutiveListener


Constructor Summary
(package private) Application.Listener()
           
 
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

Application.Listener

Application.Listener()
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