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