|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linuxsampler.lscp.event.InstrumentsDbAdapter
public class InstrumentsDbAdapter
Adapter class for receiving events. This class exists as convenience for creating listener objects. The methods in this class are empty.
Constructor Summary | |
---|---|
InstrumentsDbAdapter()
|
Method Summary | |
---|---|
void |
directoryCountChanged(InstrumentsDbEvent e)
Invoked when the number of instrument directories in a specific directory has changed. |
void |
directoryInfoChanged(InstrumentsDbEvent e)
Invoked when the settings of an instrument directory are changed. |
void |
directoryNameChanged(InstrumentsDbEvent e)
Invoked when an instrument directory is renamed. |
void |
instrumentCountChanged(InstrumentsDbEvent e)
Invoked when the number of instruments in a specific directory has changed. |
void |
instrumentInfoChanged(InstrumentsDbEvent e)
Invoked when the settings of an instrument are changed. |
void |
instrumentNameChanged(InstrumentsDbEvent e)
Invoked when an instrument is renamed. |
void |
jobStatusChanged(InstrumentsDbEvent e)
Invoked when the status of particular job has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstrumentsDbAdapter()
Method Detail |
---|
public void directoryCountChanged(InstrumentsDbEvent e)
directoryCountChanged
in interface InstrumentsDbListener
public void directoryInfoChanged(InstrumentsDbEvent e)
directoryInfoChanged
in interface InstrumentsDbListener
public void directoryNameChanged(InstrumentsDbEvent e)
directoryNameChanged
in interface InstrumentsDbListener
public void instrumentCountChanged(InstrumentsDbEvent e)
instrumentCountChanged
in interface InstrumentsDbListener
public void instrumentInfoChanged(InstrumentsDbEvent e)
instrumentInfoChanged
in interface InstrumentsDbListener
public void instrumentNameChanged(InstrumentsDbEvent e)
instrumentNameChanged
in interface InstrumentsDbListener
public void jobStatusChanged(InstrumentsDbEvent e)
jobStatusChanged
in interface InstrumentsDbListener
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |