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