|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.AbstractSignal.Connection
public static class AbstractSignal.Connection
A 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.
| Method Summary | |
|---|---|
void |
disconnect()
Disconnect. |
boolean |
isConnected()
Returns whether the connection is connected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void disconnect()
If the connection was not connected, this method does nothing.
public boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||