public interface ContainerNotifier
An implementation may be registered in a ResourceConfig
using the
property (@link ResourceConfig#PROPERTY_CONTAINER_NOTIFIER}.
Modifier and Type | Method and Description |
---|---|
void |
addListener(ContainerListener l)
Add a container listener to be notified when the container
events occur.
|
void addListener(ContainerListener l)
l
- the listener.Copyright © 2016 Oracle Corporation. All Rights Reserved.