core/local/process_monitor/events

Description:
  • Javascript events for the process_monitor module.

Source:
Since:
  • 4.2
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Javascript events for the process_monitor module.

Members

(static, constant) eventTypes

Description:
  • Events for the core_editor subsystem.

Source:
Properties:
Name Type Description
processMonitorStateChange String

See event:processMonitorStateChange

Events for the core_editor subsystem.

Methods

(inner) dispatchStateChangedEvent(detail, target)

Description:
  • Trigger a state changed event.

Source:
Parameters:
Name Type Description
detail Object

the full state

target Object

the custom event target (document if none provided)

Properties
Name Type Description
dispatchEvent function

the component dispatch event method.

Events

processMonitorStateChange

Description:
  • An event triggered when the monitor state has changed.

Source: