public final class DeliveryMode
extends java.lang.Enum
Title: Framework Support Library
Description: Defines the delivery mode of the EventQueue
primitive.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static DeliveryMode |
ASYNC
In this mode the Event Queue uses a delivery thread to extract events from the queue one by one
and deliver these events to the listener.
|
static DeliveryMode |
ASYNC_PACED
In this mode the Event Queue uses a delivery thread to to extract events groups of events
and deliver these events to the listener.
|
Modifier and Type | Method and Description |
---|---|
static DeliveryMode |
valueOf(java.lang.String name) |
static DeliveryMode[] |
values() |
public static final DeliveryMode ASYNC
public static final DeliveryMode ASYNC_PACED
public static DeliveryMode[] values()
public static DeliveryMode valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.