WebObjects 5.2

com.webobjects.eocontrol
Interface EOKeyValueArchiving.Awaking

All Known Implementing Classes:
EODatabaseDataSource, WODisplayGroup
Enclosing class:
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

Method Summary
 void awakeFromKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
          Notifies the receiver that the EOKeyValueUnarchiver unarchiver has unarchived all objects from an archive.
 

Method Detail

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

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.