Package org.eclipse.jetty.cdi.websocket
Class AbstractContainerListener
- java.lang.Object
-
- org.eclipse.jetty.cdi.websocket.AbstractContainerListener
-
- All Implemented Interfaces:
java.util.EventListener,Container.InheritedListener,Container.Listener,LifeCycle.Listener
- Direct Known Subclasses:
WebSocketCdiListener,WebSocketCdiListener.ContainerListener
@Deprecated public abstract class AbstractContainerListener extends java.lang.Object implements LifeCycle.Listener, Container.InheritedListener
Deprecated.Abstract implementation of listener that needs both Container events and LifeCycle events
-
-
Constructor Summary
Constructors Constructor Description AbstractContainerListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbeanAdded(Container parent, java.lang.Object child)Deprecated.voidbeanRemoved(Container parent, java.lang.Object child)Deprecated.voidlifeCycleFailure(LifeCycle event, java.lang.Throwable cause)Deprecated.voidlifeCycleStarted(LifeCycle event)Deprecated.voidlifeCycleStarting(LifeCycle event)Deprecated.voidlifeCycleStopped(LifeCycle event)Deprecated.voidlifeCycleStopping(LifeCycle event)Deprecated.
-
-
-
Method Detail
-
beanAdded
public void beanAdded(Container parent, java.lang.Object child)
Deprecated.- Specified by:
beanAddedin interfaceContainer.Listener
-
beanRemoved
public void beanRemoved(Container parent, java.lang.Object child)
Deprecated.- Specified by:
beanRemovedin interfaceContainer.Listener
-
lifeCycleFailure
public void lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)
Deprecated.- Specified by:
lifeCycleFailurein interfaceLifeCycle.Listener
-
lifeCycleStarted
public void lifeCycleStarted(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStartedin interfaceLifeCycle.Listener
-
lifeCycleStarting
public void lifeCycleStarting(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStartingin interfaceLifeCycle.Listener
-
lifeCycleStopped
public void lifeCycleStopped(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStoppedin interfaceLifeCycle.Listener
-
lifeCycleStopping
public void lifeCycleStopping(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStoppingin interfaceLifeCycle.Listener
-
-