Some test text!

Search
Hamburger Icon

Android / Guides / Events/triggers

ToolManager events

The ToolManager exposes a number of events to allow a subscriber to be notified of events fired from the tools package. There are a number of methods that allow you to modify the behaviour of the tools themselves. The methods discussed here are simple notifications, so that the app may coordinate as necessary.

ScenarioMethod to use to register your callback
Get notified on touch eventssetPreToolManagerListener
Get notified on annotation eventssetBasicAnnotationListener
Get notified on annotation modification eventsaddAnnotationModificationListener
Get notified on quick menu eventssetQuickMenuListener
Get notified on tool changed eventaddToolChangedListener
For any method above that starts with add, you can remove your callback using the corresponding remove method.

Get the answers you need: Chat with us