package com.genersoft.iot.vmp.onvif.dto; public interface ONVIFCallBack { void run(int errorCode, T t); }