| Package | Description |
|---|---|
| csbase.client.algorithms.commands.cache.events | |
| csbase.client.algorithms.commands.newview |
| Modifier and Type | Method and Description |
|---|---|
CommandUpdatedEvent.Type |
CommandUpdatedEvent.getType()
Obtém o tipo do evento gerado.
|
static CommandUpdatedEvent.Type |
CommandUpdatedEvent.Type.valueOf(csbase.logic.CommandFinalizationType finalizationType)
Retorna o tipo do evento a partir do tipo de finalização do comando.
|
static CommandUpdatedEvent.Type |
CommandUpdatedEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandUpdatedEvent.Type[] |
CommandUpdatedEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractCommandUpdatedEventListener.eventFired(CommandUpdatedEvent.Type type,
csbase.logic.CommandInfo command)
Indica que houve uma alteração no comando observado.
|
| Constructor and Description |
|---|
CommandUpdatedEvent(csbase.logic.CommandInfo command,
CommandUpdatedEvent.Type type)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorView.commandUpdated(CommandUpdatedEvent.Type type,
csbase.logic.CommandInfo cmd)
Atualiza as informações do comando mostradas na visão.
|
Copyright © 2020. All rights reserved.