com.jniwrapper
Interface NativeResource


public interface NativeResource

Interface for releasing native resources. Implementors of this interface are registered with NativeResourceCollector for releasing when they are no longer needed.


Method Summary
 void release()
           
 

Method Detail

release

void release()
             throws java.lang.Throwable
Throws:
java.lang.Throwable