xmlBlaster 1.6.2 client API

org.xmlBlaster.util
Interface I_Timeout

All Known Implementing Classes:
DispatchConnection, DispatchManager, JdbcConnectionPool, Pop3Driver, Publisher, ResourceWrapper, StreamingCallback

public interface I_Timeout

Interface you need to implement to receive timeout notifications

Author:
xmlBlaster@marcelruff.info

Method Summary
 void timeout(java.lang.Object userData)
          You will be notified about the timeout through this method.
 

Method Detail

timeout

public void timeout(java.lang.Object userData)
You will be notified about the timeout through this method.

Parameters:
userData - You get bounced back your userData which you passed with Timeout.addTimeoutListener()

xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.