public interface BrowserResponseListener
Browsers.addResponseListener(org.eclipse.swt.browser.Browser, BrowserResponseListener)
Modifier and Type | Method and 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.
|
void responseOK(List<Link> selectedResources)
selectedResources
- the resources selected within the OSLC delegated user interface.void responseCancel()