Skip to content

MLCommandCallback

MLCommandCallback

public interface MLCommandCallback<T> {
    void result(T result, Exception error);
}