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