| Constructor and Description |
|---|
ActionListener(String eventName,
IInfoPanel.Action action) |
| Modifier and Type | Method and Description |
|---|---|
static void |
bindActionListeners(IActionTarget target,
List<ActionListener> actionListeners)
Binds the action listeners to the specified target.
|
void |
eventCallback(String eventName,
Object eventData)
This is the callback for the generic event that is monitored by this listener.
|
static void |
unbindActionListeners(IActionTarget target,
List<ActionListener> actionListeners)
Unbinds all action listeners from the specified target.
|
public ActionListener(String eventName, IInfoPanel.Action action)
public static void bindActionListeners(IActionTarget target, List<ActionListener> actionListeners)
target - The target to be bound to the created listeners.actionListeners - The action listeners to be bound.public static void unbindActionListeners(IActionTarget target, List<ActionListener> actionListeners)
target - The action target.actionListeners - List of action listeners.public void eventCallback(String eventName, Object eventData)
eventCallback in interface org.carewebframework.api.event.IGenericEvent<Object>Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.