Interface BrowserResponseListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void responseCancel()
      Notification sent when the user cancelled the resource selection within the OSLC delegated user interface.
      void responseOK​(List<Link> selectedResources)
      Notification sent when a resource selection is made in an OSLC delegated user interface.
    • Method Detail

      • responseOK

        void responseOK​(List<Link> selectedResources)
        Notification sent when a resource selection is made in an OSLC delegated user interface. This should typically involve closing the owning dialog.
        Parameters:
        selectedResources - the resources selected within the OSLC delegated user interface.
      • responseCancel

        void responseCancel()
        Notification sent when the user cancelled the resource selection within the OSLC delegated user interface. This should typically involve closing the owning dialog.