Interface MapScrollListener

All Superinterfaces:
EventListener

public interface MapScrollListener extends EventListener
Interface for listeners interested on map scrolled events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapScrolled(int dx, int dy)
    The map contents have scrolled.
  • Method Details

    • mapScrolled

      void mapScrolled(int dx, int dy)
      The map contents have scrolled.
      Parameters:
      dx - the x-distance
      dy - the y-distance