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