IKioWareConfigHost Interface
Subclass of IKioWareSettings. An interface that defines the KioWare functionality that is available to an addin.
Methods
Type | Signature |
IHostVersionInfo |
getVersionInfo()
Gets IHostVersionInfo instance that can be used to identify the current KioWare instance and the KioWareAddinLib instance. |
Context |
getContext()
Gets the activity Context of the Config Tool activity. |
void |
showBusyIndicator(String msg)
Shows a non-cancelable busy message. |
void |
hideBusyIndicator()
Hides the non-cancelable busy message. |