Package ch.bailu.gtk.gio
Interface SocketListenerEvent
public interface SocketListenerEvent
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The listener is about to bind a socket.static final int
The listener has bound a socket.static final int
The listener is now listening on
this socket.static final int
The listener is about to start
listening on this socket.
-
Field Details
-
BINDING
static final int BINDINGThe listener is about to bind a socket.- See Also:
-
BOUND
static final int BOUNDThe listener has bound a socket.- See Also:
-
LISTENING
static final int LISTENINGThe listener is about to start
listening on this socket.- See Also:
-
LISTENED
static final int LISTENEDThe listener is now listening on
this socket.- See Also:
-