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