package com.genersoft.iot.vmp.common; public interface CommonCallback{ public void run(T t); }