xmlBlaster 2.2.0 API

org.xmlBlaster.util
Class WeakObj

java.lang.Object
  extended by org.xmlBlaster.util.WeakObj
All Implemented Interfaces:
I_Timeout

final class WeakObj
extends java.lang.Object
implements I_Timeout

Test a weak reference


Constructor Summary
WeakObj()
           
 
Method Summary
 void timeout(java.lang.Object userData)
          You will be notified about the timeout through this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakObj

WeakObj()
Method Detail

timeout

public void timeout(java.lang.Object userData)
Description copied from interface: I_Timeout
You will be notified about the timeout through this method.

Specified by:
timeout in interface I_Timeout
Parameters:
userData - You get bounced back your userData which you passed with Timeout.addTimeoutListener()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.