Page MenuHomeGitPull.it

class JX.Reactor
Javelin Documentation ()

This class is not documented.

Tasks

Builtin Events

  • static listen(type, callback) — Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

Other Methods

  • static lift(fn, dynvals)

Methods

static listen(type, callback)
Inherited

JX.Base

Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

See also JX.Stratcom.listen().

Parameters
type
callback

static lift(fn, dynvals)

This method is not documented.
Parameters
fn
dynvals