Page MenuHomeGitPull.it
Diviner Javelin Docs JX.ViewPlaceholder

class JX.ViewPlaceholder
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 register(wait_on_token, token, cb)

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 register(wait_on_token, token, cb)

This method is not documented.
Parameters
wait_on_token
token
cb