public interface ActionsService
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ActionListener listener)
Register a listener that will process asynchronously.
|
void |
send(Action action)
Send a action to an internal queue.
|
void send(Action action)
action - Action to sendvoid addListener(ActionListener listener)
listener - the listenerCopyright © 2015 Red Hat, Inc.. All rights reserved.