package gtPlusPlus.api.interfaces; public interface RunnableWithInfo extends Runnable { V getInfoData(); }