Class UiMap.MarkerClickedEvent

java.lang.Object
org.teamapps.dto.UiMap.MarkerClickedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiMap

public static class UiMap.MarkerClickedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected int markerId  
  • Constructor Summary

    Constructors 
    Constructor Description
    MarkerClickedEvent()
    Deprecated.
    Only for Jackson deserialization.
    MarkerClickedEvent​(java.lang.String componentId, int markerId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    int getMarkerId()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait