Package | Description |
---|---|
com.teamdev.jxbrowser.download.event |
The download activity events.
|
Modifier and Type | Method and Description |
---|---|
static DownloadInterruptReason |
DownloadInterruptReason.forNumber(int value) |
default DownloadInterruptReason |
DownloadInterrupted.reason()
Returns the interrupt reason of this download.
|
static DownloadInterruptReason |
DownloadInterruptReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DownloadInterruptReason |
DownloadInterruptReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DownloadInterruptReason |
DownloadInterruptReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloadInterruptReason[] |
DownloadInterruptReason.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<DownloadInterruptReason> |
DownloadInterruptReason.internalGetValueMap() |