WebObjects 5.2.3

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

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

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.