Module java.desktop

Interface BeanContextServiceRevokedListener

    • Method Summary

      Modifier and Type Method Description
      void serviceRevoked​(BeanContextServiceRevokedEvent bcsre)
      The service named has been revoked. getService requests for this service will no longer be satisfied.
    • Method Detail

      • serviceRevoked

        void serviceRevoked​(BeanContextServiceRevokedEvent bcsre)
        The service named has been revoked. getService requests for this service will no longer be satisfied.
        Parameters:
        bcsre - the BeanContextServiceRevokedEvent received by this listener.