All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.microedition.io.StreamConnectionNotifier Maven / Gradle / Ivy

The newest version!
package javax.microedition.io;

import java.io.IOException;

/**
 * @since CLDC 1.0
 */
public interface StreamConnectionNotifier extends Connection {
    /**
     * @throws IOException
     */
    StreamConnection acceptAndOpen() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy