Uses of Interface
com.illposed.osc.OSCListener

Packages that use OSCListener
com.illposed.osc   
com.illposed.osc.utility   
 

Uses of OSCListener in com.illposed.osc
 

Methods in com.illposed.osc with parameters of type OSCListener
 void OSCPortIn.addListener(java.lang.String anAddress, OSCListener listener)
          Register the listener for incoming OSCPackets addressed to an Address.
 

Uses of OSCListener in com.illposed.osc.utility
 

Methods in com.illposed.osc.utility with parameters of type OSCListener
 void OSCPacketDispatcher.addListener(java.lang.String address, OSCListener listener)
          Adds the listener.