jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.event.InstrumentsDbEvent

Packages that use InstrumentsDbEvent
org.linuxsampler.lscp.event Provides interfaces and classes for handling events send by LinuxSampler instance. 
 

Uses of InstrumentsDbEvent in org.linuxsampler.lscp.event
 

Methods in org.linuxsampler.lscp.event with parameters of type InstrumentsDbEvent
 void InstrumentsDbAdapter.directoryCountChanged(InstrumentsDbEvent e)
          Invoked when the number of instrument directories in a specific directory has changed.
 void InstrumentsDbListener.directoryCountChanged(InstrumentsDbEvent e)
          Invoked when the number of instrument directories in a specific directory has changed.
 void InstrumentsDbAdapter.directoryInfoChanged(InstrumentsDbEvent e)
          Invoked when the settings of an instrument directory are changed.
 void InstrumentsDbListener.directoryInfoChanged(InstrumentsDbEvent e)
          Invoked when the settings of an instrument directory are changed.
 void InstrumentsDbAdapter.directoryNameChanged(InstrumentsDbEvent e)
          Invoked when an instrument directory is renamed.
 void InstrumentsDbListener.directoryNameChanged(InstrumentsDbEvent e)
          Invoked when an instrument directory is renamed.
 void InstrumentsDbAdapter.instrumentCountChanged(InstrumentsDbEvent e)
          Invoked when the number of instruments in a specific directory has changed.
 void InstrumentsDbListener.instrumentCountChanged(InstrumentsDbEvent e)
          Invoked when the number of instruments in a specific directory has changed.
 void InstrumentsDbAdapter.instrumentInfoChanged(InstrumentsDbEvent e)
          Invoked when the settings of an instrument are changed.
 void InstrumentsDbListener.instrumentInfoChanged(InstrumentsDbEvent e)
          Invoked when the settings of an instrument are changed.
 void InstrumentsDbAdapter.instrumentNameChanged(InstrumentsDbEvent e)
          Invoked when an instrument is renamed.
 void InstrumentsDbListener.instrumentNameChanged(InstrumentsDbEvent e)
          Invoked when an instrument is renamed.
 void InstrumentsDbAdapter.jobStatusChanged(InstrumentsDbEvent e)
          Invoked when the status of particular job has changed.
 void InstrumentsDbListener.jobStatusChanged(InstrumentsDbEvent e)
          Invoked when the status of particular job has changed.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.