Resource Base
Table of contents

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: