Class NFreezableObject
Defines an object that has a modifiable and a read-only (frozen) state.
- NObject
-
NFreezableObject implements IFreezable
public
void
|
#
freeze(
)
Makes the object unmodifiable. |
final public
bool
|
#
isFrozen(
)
Is the object unmodifiable? |
public
void
|
#
__clone(
)
Creates a modifiable clone of the object. Creates a modifiable clone of the object. |
protected
void
|
#
updating(
)
|