| Modifier and Type | Method and Description |
|---|---|
<E extends IEvent,L extends EventListener<E>> |
CommandsCache.removeEventListener(L listener)
Remove um observador de eventos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandsCache.addEventListener(EventListener<FinishedOrSystemFailureCommandsLoadingEvent> listener)
Adicona listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheUpdatedEventListener |
class |
AbstractCommandUpdatedEventListener |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandsMonitor.addSelectionChangedListener(EventListener<SelectionChangedEvent> listener)
Adiciona um ouvinte interessado nas alterações na seleção dos comandos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerSwitchAction.addStateChangedListener(EventListener<SchedulerSwitchAction.StateChangedEvent> listener)
Adiciona um ouvinte que irá receber e tratar eventos de mudança de estado -
(des)bloqueado - do agendador de comandos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVPanel.addCSVTableModelListener(EventListener<CSVTableModelNotification> listener)
Armazena um
EventListener para repassar a este eventos do tipo
CSVExceptionNotification. |
void |
CSVPanel.addExceptionListener(EventListener<CSVExceptionNotification> listener)
Armazena um
EventListener para repassar a este eventos do tipo
CSVExceptionNotification. |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEvent,L extends EventListener<E>> |
EventManager.addEventListener(L listener,
java.lang.Class<E> clazz)
Adiciona um ouvinte interessado em receber eventos de um tipo, disparados
através desta instância.
|
<E extends IEvent,L extends EventListener<E>> |
EventManager.removeEventListener(L listener)
Remove um ouvinte.
|
Copyright © 2015. All Rights Reserved.