Interface IComponentMouseDragEventObject

All Known Subinterfaces:
ICircle, ICircleWrapped, IMarker, IMarkerWrapped, IPolygon, IPolygonWrapped, IPolyline, IPolylineWrapped, IRectangle, IRectangleWrapped

public interface IComponentMouseDragEventObject
Represents a map component that responds to mouse drag events
Author:
swong
  • Method Details

    • setComponentMouseDragEvent

      void setComponentMouseDragEvent​(ComponentMouseDragEventType eventType, java.util.function.Consumer<IMouseEvent> eventFn)
      Set the given ComponentMouseDragEventType event to invoke the given event handler function
      Parameters:
      eventType - The desired event type
      eventFn - The event handler function to invoke when the event occurs.