Package org.teamapps.dto
Class UiMap2.LocationChangedEvent
java.lang.Object
org.teamapps.dto.UiMap2.LocationChangedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiMap2
public static class UiMap2.LocationChangedEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected UiMapLocationcenterprotected java.lang.StringcomponentIdprotected UiMapAreadisplayedArea -
Constructor Summary
Constructors Constructor Description LocationChangedEvent()Deprecated.Only for Jackson deserialization.LocationChangedEvent(java.lang.String componentId, UiMapLocation center, UiMapArea displayedArea) -
Method Summary
Modifier and Type Method Description UiMapLocationgetCenter()java.lang.StringgetComponentId()UiMapAreagetDisplayedArea()UiEventTypegetUiEventType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
center
-
displayedArea
-
-
Constructor Details
-
LocationChangedEvent
@Deprecated public LocationChangedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
LocationChangedEvent
public LocationChangedEvent(java.lang.String componentId, UiMapLocation center, UiMapArea displayedArea)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getCenter
-
getDisplayedArea
-