WebObjects 5.4.2

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

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

Method Detail

finishInitializationWithKeyValueUnarchiver

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

Last updated June 2008

Copyright © 2000-2008 Apple Inc.