View Javadoc

1   package net.sf.josceleton.connection.impl.osc;
2   
3   import com.illposed.osc.OSCPortIn;
4   
5   public interface OscPortFactory {
6   	
7   	OscPort create(OSCPortIn oscPortIn);
8   	
9   }