net.tomp2p.futures
Class BaseFutureAdapter<F extends BaseFuture>

java.lang.Object
  extended by net.tomp2p.futures.BaseFutureAdapter<F>
All Implemented Interfaces:
BaseFutureListener<F>

public abstract class BaseFutureAdapter<F extends BaseFuture>
extends Object
implements BaseFutureListener<F>


Constructor Summary
BaseFutureAdapter()
           
 
Method Summary
 void exceptionCaught(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.tomp2p.futures.BaseFutureListener
operationComplete
 

Constructor Detail

BaseFutureAdapter

public BaseFutureAdapter()
Method Detail

exceptionCaught

public void exceptionCaught(Throwable t)
                     throws Exception
Specified by:
exceptionCaught in interface BaseFutureListener<F extends BaseFuture>
Throws:
Exception


Copyright © 2011. All Rights Reserved.