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