public class PluginWakeOnMessage extends Object implements IPluginEventListener, org.carewebframework.api.event.IGenericEvent<Object>
| Constructor and Description |
|---|
PluginWakeOnMessage(String eventNames)
Sets the monitored event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
eventCallback(String eventName,
Object eventData)
When one of the subscribed events is published, force the container to load.
|
void |
onPluginEvent(PluginEvent event)
Listen for plugin lifecycle events.
|
public PluginWakeOnMessage(String eventNames)
eventNames - The names of one or more events to monitor. Separate multiple event names
with commas.public void onPluginEvent(PluginEvent event)
onPluginEvent in interface IPluginEventListenerIPluginEventListener.onPluginEvent(org.carewebframework.shell.plugins.PluginEvent)public void eventCallback(String eventName, Object eventData)
eventCallback in interface org.carewebframework.api.event.IGenericEvent<Object>IGenericEvent.eventCallback(java.lang.String,
java.lang.Object)Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.