public static enum DownloadListChangedEvent.Action extends Enum<DownloadListChangedEvent.Action>
| Enum Constant and Description |
|---|
ADDED |
ADDED_DOWNLOADS_SUBSEQUENTLY |
CHANGED_COUNTERS |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static DownloadListChangedEvent.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadListChangedEvent.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadListChangedEvent.Action ADDED
public static final DownloadListChangedEvent.Action REMOVED
public static final DownloadListChangedEvent.Action CHANGED_COUNTERS
public static final DownloadListChangedEvent.Action ADDED_DOWNLOADS_SUBSEQUENTLY
public static DownloadListChangedEvent.Action[] values()
for (DownloadListChangedEvent.Action c : DownloadListChangedEvent.Action.values()) System.out.println(c);
public static DownloadListChangedEvent.Action valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2026 cismet GmbH. All rights reserved.