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