Class AllControlsInputEL

Input event listener for all control

Source : file dialogs/notesDialog/eventListeners/AllControlsInputEL.js at line 31

Constructor

new AllControlsInputEL ( noteDialog )

The constructor

Source : file dialogs/notesDialog/eventListeners/AllControlsInputEL.js at line 45

Parameters

Name Type Description
noteDialog NoteDialog

A reference to the Notedialog object

Public methods

handleEvent ( inputUpdatedEvent )

Event listener method

Source : file dialogs/notesDialog/eventListeners/AllControlsInputEL.js at line 55

Parameters

Name Type Description
inputUpdatedEvent Event

The event to handle

Private properties

#noteDialog : NoteDialog

A reference to the NoteDialog object

Source : file dialogs/notesDialog/eventListeners/AllControlsInputEL.js at line 38