public abstract class PluginStatus extends Object implements IPluginEventListener
| Constructor and Description |
|---|
PluginStatus()
Register with the framework to connect any context change listeners.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkDisabled()
Override to provide logic to determine when the plugin should be disabled.
|
boolean |
isDisabled()
Return disabled status.
|
void |
onPluginEvent(PluginEvent event)
Subscribe/unsubscribe container.
|
protected void |
updateDisabled()
Call to update the disabled status for the bean.
|
protected void |
updateStatus()
Updates the disabled status of all registered containers.
|
public PluginStatus()
public boolean isDisabled()
protected boolean checkDisabled()
protected void updateDisabled()
public void onPluginEvent(PluginEvent event)
onPluginEvent in interface IPluginEventListenerprotected void updateStatus()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.