CommonCallback.java 103 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 package com.genersoft.iot.vmp.common; public interface CommonCallback<T>{ public void run(T t); }