Package | Description |
---|---|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
Modifier and Type | Method and Description |
---|---|
static TerminationStatus |
TerminationStatus.forNumber(int value) |
default TerminationStatus |
RenderProcessTerminated.status()
Returns the termination status of the terminated render process.
|
static TerminationStatus |
TerminationStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TerminationStatus |
TerminationStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TerminationStatus |
TerminationStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminationStatus[] |
TerminationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<TerminationStatus> |
TerminationStatus.internalGetValueMap() |