interface ti.uia.events.IUIAEvent

Interface to identify UIA events to host-side tooling

Inheriting from this interface is sufficient to identify an Event defined in the .xdc file as a UIA event.
XDCspec summary sourced in ti/uia/events/IUIAEvent.xdc
interface IUIAEvent {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/uia/events/IUIAEvent.xdc
package ti.uia.events;
 
interface IUIAEvent {
module-wide config parameters
}
 
metaonly config IUIAEvent.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/uia/events/IUIAEvent.xdc
metaonly config Types.Common$ common$;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
generated on Tue, 14 Feb 2017 00:15:07 GMT