Interface MapScrollListener
- All Superinterfaces:
EventListener
Interface for listeners interested on map scrolled events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmapScrolled(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-distancedy- the y-distance
-