Class MapRotationChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MapRotationChangedEvent
    extends java.util.EventObject
    An event that indicates that rotation of the MapView has changed.
    Since:
    100.0.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MapView getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MapRotationChangedEvent

        public MapRotationChangedEvent​(MapView source)
        Creates a new rotation changed event.
        Parameters:
        source - the source
        Since:
        100.0.0
    • Method Detail

      • getSource

        public MapView getSource()
        Overrides:
        getSource in class java.util.EventObject