| 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(java.lang.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(java.lang.Object commandId,
CommandEvent.EventType type,
CommandFinalizationInfo finalizationInfo)
Cria um evento de comando.
|
CommandEvent(java.lang.Object commandId,
CommandEvent.EventType type,
CommandFinalizationInfo finalizationInfo,
java.lang.Integer elapsedTime,
java.lang.Integer userTime,
java.lang.Integer cpuTime)
Cria um evento.
|
Copyright © 2016. All Rights Reserved.