IKioWareAddin Interface
An interface that defines the basic requirements for a KioWare addin. This interface must be be implemented by a class in order to be considered an addin.An interface that defines the basic requirements for a KioWare addin. This interface must be be implemented by a class in order to be considered an addin.
Methods
Type | Signature |
void |
setKioWareHost(IKioWareHost host)
Provides an addin with the IKioWareHost instance that can be used to access features of the running KioWare instance. |
void |
destroy()
Called by KioWare to notify an addin that is should cleanup its resources before being discarded. |