package com.volmit.iris.util; public interface CallbackCV { public void run(T t); }