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