public static class EventDispatcher.StopOption extends Object
| Modifier and Type | Field and Description |
|---|---|
static EventDispatcher.StopOption |
ASYNC
Stops the EventDispatcher and return immediately
|
static EventDispatcher.StopOption |
SYNC
Stops the
EventDispatcher and doesn't return until no more
events are being processed |
public static final EventDispatcher.StopOption SYNC
EventDispatcher and doesn't return until no more
events are being processedpublic static final EventDispatcher.StopOption ASYNC
Copyright © 2017 Bloomberg L.P.. All rights reserved.