event


Description:

[ Version ( since = "2.46" ) ]
public virtual signal void event (SocketListenerEvent event, Socket socket)

Emitted when listener's activity on socket changes state.

Note that when listener is used to listen on both IPv4 and IPv6, a separate set of signals will be emitted for each, and the order they happen in is undefined.

Parameters:

event

the event that is occurring

socket

the Socket the event is occurring on