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