org.jruby
Interface Finalizable

All Known Implementing Classes:
ChannelStream, RubyObject.Finalizer

public interface Finalizable

An almost entirely useless interface for those objects that we _really_ want to finalise.

Author:
pldms

Method Summary
 void finalize()
           
 

Method Detail

finalize

void finalize()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.