flex.messaging
Interface DestructibleFlexFactory

All Known Implementing Classes:
JavaFactory

public interface DestructibleFlexFactory

Implementors of FlexFactory should also implement this interface if their factory has custom destruction behavior.


Method Summary
 void destroyFactoryInstance(FactoryInstance instanceInfo)
          This method is called when a component that uses this factory is removed.
 

Method Detail

destroyFactoryInstance

void destroyFactoryInstance(FactoryInstance instanceInfo)
This method is called when a component that uses this factory is removed. This method gives the factory a chance to clean up resources that may have been allocated for the component and may now be ready for destruction.

Parameters:
instanceInfo - The FactoryInstance to be destroyed


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/DestructibleFlexFactory.html