org.cometd.oort
Class OortComet.OortCometListener

java.lang.Object
  extended by org.cometd.oort.OortComet.OortCometListener
All Implemented Interfaces:
java.util.EventListener, ClientListener, MessageListener
Enclosing class:
OortComet

protected class OortComet.OortCometListener
extends java.lang.Object
implements MessageListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cometd.MessageListener
MessageListener.Asynchronous, MessageListener.Synchronous
 
Constructor Summary
protected OortComet.OortCometListener()
           
 
Method Summary
 void deliver(Client fromClient, Client toClient, Message msg)
          Called when a message is delivered to the client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OortComet.OortCometListener

protected OortComet.OortCometListener()
Method Detail

deliver

public void deliver(Client fromClient,
                    Client toClient,
                    Message msg)
Description copied from interface: MessageListener
Called when a message is delivered to the client

Specified by:
deliver in interface MessageListener
Parameters:
fromClient - the client that sent the message
toClient - the client that received the message
msg - the message


Copyright © 2011 Dojo Foundation. All Rights Reserved.