com.moesol.bindings
Interface NativeResourceChecker

All Known Implementing Classes:
NativeResourceRef

public interface NativeResourceChecker

Implement this interface and register with NativeLeakDetectionThread to be notified when the reference to be checked becomes phantomly reachable.


Method Summary
 void check()
          This method is called by NativeLeakChecker thread when objects implementing this interface are dequed.
 

Method Detail

check

void check()
This method is called by NativeLeakChecker thread when objects implementing this interface are dequed.



Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.