package edu.ucdavis.cstars.client.event; public interface MapRepositionHandler { public void onMapReposition(float x, float y); }