com.webobjects.eocontrol
Interface EOKeyValueArchiving.Awaking
- All Known Implementing Classes: 
 - EODatabaseDataSource, WODisplayGroup
 
- Enclosing interface:
 - EOKeyValueArchiving
 
- public static interface EOKeyValueArchiving.Awaking
 
EOKeyValueArchiving.Awaking is an interface which can be optionally implemented by
 EOKeyValueArchiving objects if they need to be awaken explicitly at the end of an
 unarchiving process of an EOKeyValueUnarchiver.
- See Also:
 EOKeyValueArchiving.FinishInitialization
 
awakeFromKeyValueUnarchiver
public void awakeFromKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
- Notifies the receiver that the EOKeyValueUnarchiver 
unarchiver has
 unarchived 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, but before they are asked to finish initialization through the
 EOKeyValueArchiving.FinishInitialization interface method
 finishInitializationWithKeyValueUnarchiver.
- Parameters:
 unarchiver - the EOKeyValueUnarchiver- See Also:
 EOKeyValueUnarchiver, 
EOKeyValueArchiving.FinishInitialization
 
 
Copyright © 2003 Apple Computer, Inc.