botlib.handler

schedule events.

class Handler(*args, **kwargs)[source]

Bases: botlib.launcher.Launcher

callcb(event)[source]
dispatch(event)[source]
handle(event)[source]
prompt()[source]

virtual handler to display a prompt.

put(*args, **kwargs)[source]

put an event to the handler.

register(key, value, force=True)[source]

register a handler.

scheduler(timeout=None)[source]
start(*args, **kwargs)[source]

give the start signal.

stop()[source]

stop the handler.