org.codehaus.dna.impl
Interface Freezable

All Known Implementing Classes:
org.codehaus.dna.impl.AbstractFreezable

public interface Freezable

This interface is used internally to DNA framework implementation to indicate which classes can be "frozen" and be made read-only after being mutable.

Version:
$Revision: 1.2 $ $Date: 2004/05/01 09:51:48 $

Method Summary
 void makeReadOnly()
          Make resource read-only.
 

Method Detail

makeReadOnly

public void makeReadOnly()
Make resource read-only.



Copyright © 2003-2004 Codehaus. All Rights Reserved.