Package eu.webtoolkit.jwt
Class AbstractSignal.Connection
- java.lang.Object
-
- eu.webtoolkit.jwt.AbstractSignal.Connection
-
- Enclosing class:
- AbstractSignal
public static class AbstractSignal.Connection extends java.lang.ObjectA signal connection.A connection is returned when an event listener is connected to a signal. It may be used to disconnect the listener at a later point from the signal.
-
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()Disconnect.booleanisConnected()Returns whether the connection is connected.
-