Mixin: mixins/signalable

mixins/signalable

Make an object capable of handling a signal. Or many signals.

Extends

Members

autoLoadSignals :boolean

When true, the class will load the signals hash and create the signal definitions during construction

Type:
  • boolean
Source:

signals :module:mixins/signalable.SignalOptions

A hash of signals to create automatically. Each definition consists of a name for the signal as the key and then a hash of options (nullable) for each signal

Type:
Source:

Methods

refreshSignals()

When you make a change to the signals hash after loading, then you can make it reload

Source:
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.3.0-alpha5 on Mon Jul 7th 2014 using the DocStrap template.