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