Interface IPolyMouseEventObject

All Known Subinterfaces:
IPolygon, IPolygonWrapped, IPolyline, IPolylineWrapped

public interface IPolyMouseEventObject
An entity that accepts the MapMouseEventsType events but where the more specialized IPolyMouseEvent is provided when the event is event is invoked instead of just an IMouseEvent.
Author:
swong
  • Method Details

    • setPolyMouseEvent

      void setPolyMouseEvent​(MapMouseEventType eventType, java.util.function.Consumer<IPolyMouseEvent> eventFn)
      Set the event
      Parameters:
      eventType - The type of event being set
      eventFn - The callback to use when the event is invoked.