DrawingItemClickListener
The DrawingItemClickListener interface includes methods for monitoring the click events of the DrawingItems.
Definition
Assembly: package com.dynamsoft.dce
interface DrawingItemClickListener
Methods
onClicked
The method for monitoring the click events of the DrawingItems.
void onClicked(DrawingItem clickedItem);
Parameters
clickedItem: The clicked DrawingItem.