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