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