Events
The Event page of the Public Interface Editor, shown below, is used to specify the events of your reusable part that other parts might want to be notified about. For example, you can notify other parts when an attribute is set to a certain value, or when important processing is finished. Doing this enables another part or script to make a connection to one of your reusable part's events.
Events
The name of each event for the part is displayed in the Event name list box. You can add, update, and delete events using the push buttons at the bottom of the page.
To add an event to the part, you need to specify the following:
Event name
The name of the event. This name is displayed in the list of events when making connections to the part.
Event symbol
The symbol used to signal this event.
Parameters and their types
Information used to define a parameter sent with the event.
To add a parameter, select Add before or Add after from the parameter table's pop-up menu, and then specify the following:
Name
The name of the event parameter
Class
The class, or type, of the event parameter, for example, String or Object
Last modified date: 07/16/2020