Interface ILayerEvent

    • Method Detail

      • convertToLocal

        boolean convertToLocal​(ILayer localLayer)
        Convert the column/row positions carried by the event to the layer about to handle the event.
        Parameters:
        localLayer - layer about to receive the event
        Returns:
        TRUE if successfully converted, FALSE otherwise
      • cloneEvent

        ILayerEvent cloneEvent()
        Returns:
        A cloned copy of the event. This cloned copy is provided to each listener.