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