====================== Type deai:ListenHandle ====================== .. lua:module:: deai.ListenHandle See :lua:attr:`Proxy.on `, :lua:attr:`Proxy.once ` for more information about this type Methods ========== .. list-table:: :header-rows: 0 * - :lua:meth:`auto_stop(stop) ` - Set whether listener should be stopped when the handle is dropped. * - :lua:meth:`stop() ` - Stop the handler .. lua:method:: auto_stop(stop) -> void :rtype: void :type stop: bool :param stop: Set whether listener should be stopped when the handle is dropped. .. lua:method:: stop() -> void :rtype: void Stop the handler After calling this the signal handler will stop from being called.