The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kephra::API::EventTable - API to internal events

DESCRIPTION

Every routine can subscribe a callback to any event that will than triggered when that event takes place. Also extentions could do that. Events can also be triggered to simulate events. Some function freeze events to speed up certain repeating actions (don't forget to thaw after that). Callbacks can also sanely removed if no longer needed.

Names of Events contain dots as separator of of namespaces.

SPECIFICATION

List of all Events

  • menu.open

  • editpanel.focus

  • document.text.select

  • document.text.change

  • document.savepoint

  • document.list

  • caret.move

  • app.close