Abstract Readonly eventGets a counter of event emit calls.
Gets a counter map from events to new listener counts
Readonly nodeGets an internal unique node identifier, mostly used for debugging.
Readonly serviceParent service
Gets a counter for the CHANGE event.
Abstract childrenGets the event friendly name.
Gets the node identifier in the JDOM tree
Gets the event name, if specified.
Gets a databag to store custom information
Abstract nodeGets a kind identifier useful for UI descriptions
Indicates if the member is not implemented on the server side
Gets the qualitified event name, if specified.
Unregisters a handler for one or more events
name or names of the events to subscribe
handler to unregister
current object instance
Registers a handler for one or more events
name or names of the events to subscribe
handler to register
current object instance
Registers a handler for one or more events to run only once.
name or names of the events to subscribe
handler to execute
current object instance
Subscribes to an event and returns the unsubscription handler
Subscribes to an event and returns the unsubscription handler
JDOM
Awaits an event with a timeout. Throws JacdacError with timeout if operation does not return.
Optional token: JDCancellationTokenReadonly codeIdentifier of the event.
Gets the event specification if known.
Generated using TypeDoc
Base class for JDOM service member classes.