package Interfaces; import java.util.HashMap; import javafx.util.Pair; public interface DelayedCallback { public Pair> call(); }