|
Copying Finalize Init Reinitialize |
Class HasReinitialize defines no new attributes.
Fields
No fields are defined by HasReinitialize or any of its superclasses.
Instance template
Class HasReinitialize cannot be instantiated.
Class definition
Define Class HasReinitialize; mixes in with Object; has no dispatcher hintdata; operation Reinitialize(); // the system calls Reinitialize on instances after calling ReinitializeClass on classes overrides Init; // add to persistent clusters' lists of objects that need reinitialize calls overrides Copying; // add to persistent clusters' lists of objects that need reinitialize calls overrides Finalize; // remove from persisent clusters' lists of objects that need reinitialize calls end class;