public interface ResultHandler<T>
void
completed(T result)
failed(Throwable e)
void completed(T result)
void failed(Throwable e)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.