com.webobjects.eocontrol
Interface EOKeyValueArchiving.FinishInitialization
- Enclosing interface:
 - EOKeyValueArchiving
 
- public static interface EOKeyValueArchiving.FinishInitialization
 
EOKeyValueArchiving.FinishInitialization is an interface which can be optionally
 implemented by EOKeyValueArchiving objects if they have special initialization needs
 at the end of an unarchiving process of an EOKeyValueUnarchiver.
- See Also:
 EOKeyValueArchiving.Awaking
 
finishInitializationWithKeyValueUnarchiver
public void finishInitializationWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
- Notifies the receiver that the EOKeyValueUnarchiver 
unarchiver has
 unarchived and awaken all objects from an archive. Objects receive this method at
 the end of an unarchiving process of an EOKeyValueUnarchiver, when all objects
 have been unarchived and after they have been asked to awake through the
 EOKeyValueArchiving.Awaking interface method awakeFromKeyValueUnarchiver.
- Parameters:
 unarchiver - the EOKeyValueUnarchiver- See Also:
 EOKeyValueUnarchiver, 
EOKeyValueArchiving.FinishInitialization
 
 
Copyright © 2003 Apple Computer, Inc.