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