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