package com.nutiteq.ui; public interface Pannable { void panMap(int xMove, int yMove); }