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