this.bayeux = bayeux;
// At this point BayeuxClient is fully initialized so it is safe to
// allow other classes to see and use us.
Channel channel = bayeux.getChannel("/dwr", true);
channel.subscribe(client);
}
/* (non-Javadoc)
* @see dojox.cometd.MessageListener#deliver(dojox.cometd.Client, dojox.cometd.Client, dojox.cometd.Message)
*/