public static enum MetadataClientEvent.EventType extends Enum<MetadataClientEvent.EventType>
Enum Constant and Description |
---|
SHUTTING_DOWN
Sent just prior to an
KomodoClient shutting down |
STARTED
Sent when an
KomodoClient has just started |
Modifier and Type | Method and Description |
---|---|
static MetadataClientEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataClientEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataClientEvent.EventType STARTED
KomodoClient
has just startedpublic static final MetadataClientEvent.EventType SHUTTING_DOWN
KomodoClient
shutting downpublic static MetadataClientEvent.EventType[] values()
for (MetadataClientEvent.EventType c : MetadataClientEvent.EventType.values()) System.out.println(c);
public static MetadataClientEvent.EventType 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 © 2013–2019. All rights reserved.