Home: https://github.com/asmagill/mjolnir_asm.applistener
Listen to notifications sent by other apps.
This module is based primarily on code from the previous incarnation of Mjolnir by Steven Degutis.
mjolnir._asm.applistener.new(fn(name, object, userinfo)) -> applistener
Registers a listener function for inter-app notifications.
mjolnir._asm.applistener:start()
Starts listening for notifications.
mjolnir._asm.applistener:stop()
Stops listening for notifications.