64850858
2021-06-08 57b562d622f3e9ac59372349efadbc56e66e80fa
1
2
3
4
5
package com.genersoft.iot.vmp.onvif.dto;
 
public interface ONVIFCallBack<T> {
    void run(int errorCode, T t);
}