org.cometd.demo
Class BayeuxServicesListener
java.lang.Object
org.cometd.demo.BayeuxServicesListener
- All Implemented Interfaces:
- EventListener, ServletContextAttributeListener
public class BayeuxServicesListener
- extends Object
- implements ServletContextAttributeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BayeuxServicesListener
public BayeuxServicesListener()
initialize
public void initialize(org.cometd.Bayeux bayeux)
attributeAdded
public void attributeAdded(ServletContextAttributeEvent scab)
- Specified by:
attributeAdded
in interface ServletContextAttributeListener
attributeRemoved
public void attributeRemoved(ServletContextAttributeEvent scab)
- Specified by:
attributeRemoved
in interface ServletContextAttributeListener
attributeReplaced
public void attributeReplaced(ServletContextAttributeEvent scab)
- Specified by:
attributeReplaced
in interface ServletContextAttributeListener
Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.