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