W3cubDocs

/OpenJDK 25

Interface BeanContextServiceRevokedListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
BeanContextServices, BeanContextServicesListener
All Known Implementing Classes:
BeanContextChildSupport, BeanContextServicesSupport, BeanContextServicesSupport.BCSSProxyServiceProvider, BeanContextSupport
@Deprecated(since="23", forRemoval=true) public interface BeanContextServiceRevokedListener extends EventListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving BeanContextServiceRevokedEvent objects. A class that is interested in processing a BeanContextServiceRevokedEvent implements this interface.

Method Summary

Modifier and Type Method Description
void serviceRevoked(BeanContextServiceRevokedEvent bcsre)
Deprecated, for removal: This API element is subject to removal in a future version.
The service named has been revoked. getService requests for this service will no longer be satisfied.

Method Details

serviceRevoked

void serviceRevoked(BeanContextServiceRevokedEvent bcsre)
Deprecated, for removal: This API element is subject to removal in a future version.
The service named has been revoked. getService requests for this service will no longer be satisfied.
Parameters:
bcsre - the BeanContextServiceRevokedEvent received by this listener.

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.desktop/java/beans/beancontext/BeanContextServiceRevokedListener.html