package dragNdrop; public interface DropListener { public void dropped(DropEvent event, boolean fromDisplayBoard); }