Package com.sun.jini.collection
Interface WeakTable.KeyGCHandler
- All Known Implementing Classes:
LeaseExpirationMgr
- Enclosing class:
- WeakTable
public static interface WeakTable.KeyGCHandler
Handler for clients that need to know when a key is removed from the table because it has
been collected.
-
Method Summary
-
Method Details
-
keyGC
Called by WeakTable when it notices that a key has been collected and the value still exists.- Parameters:
value- The value associated with the collected key
-