public final class SwingSubscriptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static rx.Subscription |
unsubscribeInEventDispatchThread(rx.functions.Action0 unsubscribe)
Create an Subscription that always runs
unsubscribe in the event dispatch thread. |
public static rx.Subscription unsubscribeInEventDispatchThread(rx.functions.Action0 unsubscribe)
unsubscribe in the event dispatch thread.unsubscribe - unsubscribe in the event dispatch thread.