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