public interface IFreezable
| Modifier and Type | Method and Description | 
|---|---|
void | 
freeze()
Freezes this object. 
 | 
boolean | 
getIsFrozen()
Gets a value indicating whether this object is frozen. 
 | 
void freeze()
ObjectFrozenException.boolean getIsFrozen()
ObjectFrozenException will be thrown if an attempt is made to do so.