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