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