Class SignalConnection<T>

java.lang.Object
org.javagi.gobject.SignalConnection<T>
Type Parameters:
T - the type of the signal

public class SignalConnection<T> extends Object
Represents a signal connection. With a SignalConnection object, a signal connection can be blocked, unblocked, and disconnected. It is also possible to check if the signal is still connected.