Trait objc2_web_kit::WebOpenPanelResultListener

source ·
pub unsafe trait WebOpenPanelResultListener: NSObjectProtocol {
    // Provided methods
    unsafe fn chooseFilename(&self, file_name: Option<&NSString>)
       where Self: Sized + Message { ... }
    unsafe fn chooseFilenames(&self, file_names: Option<&NSArray>)
       where Self: Sized + Message { ... }
    unsafe fn cancel(&self)
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature WebUIDelegate only.

Provided Methods§

source

unsafe fn chooseFilename(&self, file_name: Option<&NSString>)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn chooseFilenames(&self, file_names: Option<&NSArray>)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn cancel(&self)
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn WebOpenPanelResultListener

source§

const NAME: &'static str = "WebOpenPanelResultListener"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn WebOpenPanelResultListener

Implementations on Foreign Types§

source§

impl<T> WebOpenPanelResultListener for ProtocolObject<T>

Implementors§