java.lang.Object |
↳ |
com.carto.vectorelements.BalloonPopupEventListener |
Class Overview
A listener class for balloon popups.
The listener receives events about clicked buttons, etc.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
BalloonPopupEventListener
()
Public Methods
public
synchronized
void
delete
()
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.