| 程序包 | 说明 |
|---|---|
| org.cef | |
| org.cef.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
static CefApp.CefAppState |
CefApp.getState()
Returns the current state of CefApp.
|
static CefApp.CefAppState |
CefApp.CefAppState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CefApp.CefAppState[] |
CefApp.CefAppState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CefAppHandlerAdapter.stateHasChanged(CefApp.CefAppState state) |
void |
CefAppHandler.stateHasChanged(CefApp.CefAppState state)
Implement this method to get state changes of the CefApp.
|
Copyright © 2017. All rights reserved.