public static enum LogPanel.FileEvent.Type extends java.lang.Enum<LogPanel.FileEvent.Type>
| Enum Constant and Description |
|---|
CLOSED
O arquivo de log corrente, se existir, foi fechado com sucesso.
|
NOT_FOUND
O arquivo de log não foi encontrado para ser aberto, atualizado ou
paginado.
|
OPENED
O arquivo de log requisitado foi aberto com sucesso.
|
RELOADED
O arquivo de log requisitado foi atualizado com sucesso.
|
| Modifier and Type | Method and Description |
|---|---|
static LogPanel.FileEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogPanel.FileEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogPanel.FileEvent.Type OPENED
public static final LogPanel.FileEvent.Type CLOSED
public static final LogPanel.FileEvent.Type RELOADED
public static final LogPanel.FileEvent.Type NOT_FOUND
public static LogPanel.FileEvent.Type[] values()
for (LogPanel.FileEvent.Type c : LogPanel.FileEvent.Type.values()) System.out.println(c);
public static LogPanel.FileEvent.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.