Package org.exoplatform.container
Interface DependencyStackListener
- All Known Implementing Classes:
ManageableComponentAdapterMT,MX4JComponentAdapterMT
public interface DependencyStackListener
This class is used as a call back in order to trigger an exception when a new dependency
has been detected
-
Method Summary
Modifier and TypeMethodDescriptionvoidcallDependency(ComponentTask<?> task, Dependency dep) Used to trigger an action in case we are trying to call a dependency
-
Method Details
-
callDependency
Used to trigger an action in case we are trying to call a dependency
-