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