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