KIE NIO.2 :: Model 6.0.0.CR4-Pre1

org.kie.commons.java.nio.channels
Interface CompletionHandler<V,A>


public interface CompletionHandler<V,A>


Method Summary
 void completed(V result, A attachment)
           
 void failed(Throwable exc, A attachment)
           
 

Method Detail

completed

void completed(V result,
               A attachment)

failed

void failed(Throwable exc,
            A attachment)

KIE NIO.2 :: Model 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.