Module java.desktop

Interface BeanContextServicesListener

All Superinterfaces:
BeanContextServiceRevokedListener, EventListener
All Known Subinterfaces:
BeanContextServices
All Known Implementing Classes:
BeanContextChildSupport, BeanContextServicesSupport, BeanContextSupport

public interface BeanContextServicesListener extends BeanContextServiceRevokedListener
The listener interface for receiving BeanContextServiceAvailableEvent objects. A class that is interested in processing a BeanContextServiceAvailableEvent implements this interface.
  • Method Details

    • serviceAvailable

      void serviceAvailable(BeanContextServiceAvailableEvent bcsae)
      The service named has been registered. getService requests for this service may now be made.
      Parameters:
      bcsae - the BeanContextServiceAvailableEvent