public interface MessageListener extends ClientListener
Client.addListener(ClientListener) The MessageListener.Synchronous
or MessageListener.Asynchronous nested interfaces may be used as a mixin to specify the style
of delivery required. If neither subtype is specified, then the Bayeux
implementation may use either method.| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageListener.Asynchronous
subtype of MesssageListener that requires asynchronous message delivery.
|
static interface |
MessageListener.Synchronous
Subtype of MessageListener that requires synchronous message delivery.
|
Copyright © 2012 Dojo Foundation. All Rights Reserved.