IEventDispatcher interface
Namespace: NextDesign.Extension
Description
Interface for event transfer objects.
If necessary, the extension side can implement additional implementations for the entry point (IExtension implementation class).
Next Design requests event dispatching only if the entry point implements this interface when event handling is requested.
If the entry point does not implement this interface, the function corresponding to the event is searched and called from the entry point as before.
Affiliation area
Name | Description |
---|---|
global | A group of APIs that access the execution environment and execution state of the extension. |
Method
Name | Description |
---|---|
DispatchEvent | Dispatches the execution of the specified event. |
Annotations
If the entry point implements a dispatcher, all execution requests from Next Design to the extension will result in a call to the dispatcher.
Note that the functions previously implemented by the entry point will no longer be called.