api documentation for backbone.radio (v2.0.0)

Messaging patterns for Backbone applications.

table of contents

  1. module backbone.radio
    1. boolean backbone.radio.DEBUG
    2. function backbone.radio.Channel (channelName)
    3. function backbone.radio._callHandler (callback, context, args)
    4. function backbone.radio._debugText (warning, eventName, channelName)
    5. function backbone.radio._eventsApi (obj, action, name, rest)
    6. function backbone.radio.bind (channelName)
    7. function backbone.radio.channel (channelName)
    8. function backbone.radio.debugLog (warning, eventName, channelName)
    9. function backbone.radio.listenTo (channelName)
    10. function backbone.radio.listenToOnce (channelName)
    11. function backbone.radio.log (channelName, eventName)
    12. function backbone.radio.noConflict ()
    13. function backbone.radio.off (channelName)
    14. function backbone.radio.on (channelName)
    15. function backbone.radio.once (channelName)
    16. function backbone.radio.radio.Channel (channelName)
    17. function backbone.radio.reply (channelName)
    18. function backbone.radio.replyOnce (channelName)
    19. function backbone.radio.request (channelName)
    20. function backbone.radio.reset (channelName)
    21. function backbone.radio.stopListening (channelName)
    22. function backbone.radio.stopReplying (channelName)
    23. function backbone.radio.trigger (channelName)
    24. function backbone.radio.tuneIn (channelName)
    25. function backbone.radio.tuneOut (channelName)
    26. function backbone.radio.unbind (channelName)
    27. object backbone.radio.Requests
    28. object backbone.radio._channels
    29. object backbone.radio.radio.Channel.prototype
    30. object backbone.radio.radio.Requests
    31. string backbone.radio.VERSION
  2. module backbone.radio.Channel
    1. function backbone.radio.Channel (channelName)
  3. module backbone.radio.Channel.prototype
    1. function backbone.radio.Channel.prototype.bind (name, callback, context)
    2. function backbone.radio.Channel.prototype.listenTo (obj, name, callback)
    3. function backbone.radio.Channel.prototype.listenToOnce (obj, name, callback)
    4. function backbone.radio.Channel.prototype.off (name, callback, context)
    5. function backbone.radio.Channel.prototype.on (name, callback, context)
    6. function backbone.radio.Channel.prototype.once (name, callback, context)
    7. function backbone.radio.Channel.prototype.reply (name, callback, context)
    8. function backbone.radio.Channel.prototype.replyOnce (name, callback, context)
    9. function backbone.radio.Channel.prototype.request (name)
    10. function backbone.radio.Channel.prototype.reset ()
    11. function backbone.radio.Channel.prototype.stopListening (obj, name, callback)
    12. function backbone.radio.Channel.prototype.stopReplying (name, callback, context)
    13. function backbone.radio.Channel.prototype.trigger (name)
    14. function backbone.radio.Channel.prototype.unbind (name, callback, context)
  4. module backbone.radio.Requests
    1. function backbone.radio.Requests.reply (name, callback, context)
    2. function backbone.radio.Requests.replyOnce (name, callback, context)
    3. function backbone.radio.Requests.request (name)
    4. function backbone.radio.Requests.stopReplying (name, callback, context)

module backbone.radio

function backbone.radio.Channel (channelName)

function backbone.radio._callHandler (callback, context, args)

function backbone.radio._debugText (warning, eventName, channelName)

function backbone.radio._eventsApi (obj, action, name, rest)

function backbone.radio.bind (channelName)

function backbone.radio.channel (channelName)

function backbone.radio.debugLog (warning, eventName, channelName)

function backbone.radio.listenTo (channelName)

function backbone.radio.listenToOnce (channelName)

function backbone.radio.log (channelName, eventName)

function backbone.radio.noConflict ()

function backbone.radio.off (channelName)

function backbone.radio.on (channelName)

function backbone.radio.once (channelName)

function backbone.radio.radio.Channel (channelName)

function backbone.radio.reply (channelName)

function backbone.radio.replyOnce (channelName)

function backbone.radio.request (channelName)

function backbone.radio.reset (channelName)

function backbone.radio.stopListening (channelName)

function backbone.radio.stopReplying (channelName)

function backbone.radio.trigger (channelName)

function backbone.radio.tuneIn (channelName)

function backbone.radio.tuneOut (channelName)

function backbone.radio.unbind (channelName)

module backbone.radio.Channel

function backbone.radio.Channel (channelName)

module backbone.radio.Channel.prototype

function backbone.radio.Channel.prototype.bind (name, callback, context)

function backbone.radio.Channel.prototype.listenTo (obj, name, callback)

function backbone.radio.Channel.prototype.listenToOnce (obj, name, callback)

function backbone.radio.Channel.prototype.off (name, callback, context)

function backbone.radio.Channel.prototype.on (name, callback, context)

function backbone.radio.Channel.prototype.once (name, callback, context)

function backbone.radio.Channel.prototype.reply (name, callback, context)

function backbone.radio.Channel.prototype.replyOnce (name, callback, context)

function backbone.radio.Channel.prototype.request (name)

function backbone.radio.Channel.prototype.reset ()

function backbone.radio.Channel.prototype.stopListening (obj, name, callback)

function backbone.radio.Channel.prototype.stopReplying (name, callback, context)

function backbone.radio.Channel.prototype.trigger (name)

function backbone.radio.Channel.prototype.unbind (name, callback, context)

module backbone.radio.Requests

function backbone.radio.Requests.reply (name, callback, context)

function backbone.radio.Requests.replyOnce (name, callback, context)

function backbone.radio.Requests.request (name)

function backbone.radio.Requests.stopReplying (name, callback, context)

[ this document was created with utility2 ]