View Javadoc

1   package net.sf.josceleton.connection.impl.osc;
2   
3   public interface OscPortOpener {
4   	
5   	/**
6   	 * @throws OscPortOpeningException
7   	 */
8   	OscPort connect(int port);
9   	
10  }