java.lang.Object |
↳ |
com.carto.layers.NMLModelLODTreeEventListener |
Class Overview
Listener for NMLModelLODTree events like clicks 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
NMLModelLODTreeEventListener
()
Public Methods
public
synchronized
void
delete
()
public
boolean
onNMLModelLODTreeClicked
(NMLModelLODTreeClickInfo clickInfo)
Listener method that gets called when a click is performed on a NML model element.
This method will NOT be called from the main thread.
Parameters
clickInfo |
A container that provides information about the click.
|
Returns
- True if the click is handled and subsequent elements should not be handled. False if the next element should be called.