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