jlscp
v0.8

Uses of Interface
org.linuxsampler.lscp.event.ItemCountListener

Packages that use ItemCountListener
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of ItemCountListener in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp with parameters of type ItemCountListener
 void Client.addAudioDeviceCountListener(ItemCountListener l)
          Registers the specified listener for receiving event messages.
 void Client.addMidiDeviceCountListener(ItemCountListener l)
          Registers the specified listener for receiving event messages.
 void Client.addMidiInstrumentMapCountListener(ItemCountListener l)
          Registers the specified listener for receiving event messages.
 void Client.removeAudioDeviceCountListener(ItemCountListener l)
          Removes the specified listener.
 void Client.removeMidiDeviceCountListener(ItemCountListener l)
          Removes the specified listener.
 void Client.removeMidiInstrumentMapCountListener(ItemCountListener l)
          Removes the specified listener.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.