public class

BalloonPopupEventListener

extends Object
java.lang.Object
   ↳ com.carto.vectorelements.BalloonPopupEventListener

Class Overview

A listener class for balloon popups.
The listener receives events about clicked buttons, etc.

Summary

Public Constructors
BalloonPopupEventListener()
Public Methods
synchronized void delete()
boolean onButtonClicked(BalloonPopupButtonClickInfo clickInfo)
Listener method that gets called when a clicked is performed on a button.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BalloonPopupEventListener ()

Public Methods

public synchronized void delete ()

public boolean onButtonClicked (BalloonPopupButtonClickInfo clickInfo)

Listener method that gets called when a clicked is performed on a button.

Parameters
clickInfo The information about the button click event.
Returns
  • True if the click was handled. False otherwise.