renxh
2021-10-28 63bdaa0adf37baa49a1622f7cfc3d5f055bda495
1
2
3
4
5
package com.genersoft.iot.vmp.onvif.dto;
 
public interface ONVIFCallBack<T> {
    void run(int errorCode, T t);
}