org.cometd
Interface MessageListener.Synchronous

All Superinterfaces:
ClientListener, java.util.EventListener, MessageListener
Enclosing interface:
MessageListener

public static interface MessageListener.Synchronous
extends MessageListener

Subtype of MessageListener that requires synchronous message delivery. The Client object is locked during the call to MessageListener.deliver(Client, Client, Message), thus guaranteeing that only a single message will be delivered at once and in order of receipt.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cometd.MessageListener
MessageListener.Asynchronous, MessageListener.Synchronous
 
Method Summary
 
Methods inherited from interface org.cometd.MessageListener
deliver
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.