Uses of Enum Class
com.teamdev.jxbrowser.browser.event.TerminationStatus
Packages that use TerminationStatus
Package
Description
This package provides the classes that allow you to work with browser events.
-
Uses of TerminationStatus in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return TerminationStatusModifier and TypeMethodDescriptionstatic TerminationStatusTerminationStatus.forNumber(int value) default TerminationStatusRenderProcessTerminated.status()Returns the termination status of the terminated render process.static TerminationStatusTerminationStatus.valueOf(int value) Deprecated.static TerminationStatusTerminationStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static TerminationStatusReturns the enum constant of this class with the specified name.static TerminationStatus[]TerminationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.browser.event that return types with arguments of type TerminationStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TerminationStatus>TerminationStatus.internalGetValueMap()