hsgame
接口 IWebViewClient


public interface IWebViewClient

浏览器接口。

作者:
HsGame

方法摘要
 void close()
           
 void goBack()
           
 void goForward()
           
 void loadUrl(java.lang.String url)
           
 void refresh()
           
 void resize(int x, int y, int width, int height)
           
 void setHeight(int height)
           
 void setLeft(int left)
           
 void setTop(int top)
           
 void setWidth(int width)
           
 void updateLayout()
           
 

方法详细信息

loadUrl

void loadUrl(java.lang.String url)

refresh

void refresh()

goBack

void goBack()

goForward

void goForward()

close

void close()

setLeft

void setLeft(int left)

setTop

void setTop(int top)

setWidth

void setWidth(int width)

setHeight

void setHeight(int height)

resize

void resize(int x,
            int y,
            int width,
            int height)

updateLayout

void updateLayout()