package com.tddinaction.swing.plotmap.view; import java.awt.Point; public interface PointEventListener { void onPointEvent(Point point); }