| Package | Description |
|---|---|
| csbase.logic |
| Modifier and Type | Method and Description |
|---|---|
CommandEvent.EventType |
CommandEvent.getType()
Obtém o tipo do evento.
|
static CommandEvent.EventType |
CommandEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandEvent.EventType[] |
CommandEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CommandEvent(Object commandId,
CommandEvent.EventType type,
CommandFinalizationInfo finalizationInfo)
Cria um evento de comando.
|
CommandEvent(Object commandId,
CommandEvent.EventType type,
CommandFinalizationInfo finalizationInfo,
Integer elapsedTime,
Integer userTime,
Integer cpuTime)
Cria um evento.
|
Copyright © 2017. All rights reserved.