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