Instance Method インスタンスメソッド

webPlugInMainResourceDidFinishLoading

Invoked when the connection successfully finishes loading data.

Declaration 宣言

- (void)webPlugInMainResourceDidFinishLoading;

Discussion 解説

This message is invoked when the WebPlugInShouldLoadMainResourceKey plug-in command-line argument is set to NO and the underlying NSURLConnection object for the main resource sends the connectionDidFinishLoading: message to its delegate.

See Also 参照

Main resource messages