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