org.apache.aries.blueprint.ext
Interface DependentComponentFactoryMetadata.SatisfactionCallback

All Known Implementing Classes:
DependentComponentFactoryRecipe
Enclosing interface:
DependentComponentFactoryMetadata

public static interface DependentComponentFactoryMetadata.SatisfactionCallback

Interface that allows to notify the container when the dependencies of the component become satisfied or unsatified.


Method Summary
 void notifyChanged()
          Alert the container that the satisfaction status has changed.
 

Method Detail

notifyChanged

void notifyChanged()
Alert the container that the satisfaction status has changed. isSatisfied() should reflect this.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.