Package org.exoplatform.container
Interface DependencyStackListener
-
- All Known Implementing Classes:
ManageableComponentAdapterMT,MX4JComponentAdapterMT
public interface DependencyStackListenerThis class is used as a call back in order to trigger an exception when a new dependency has been detected- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallDependency(ComponentTask<?> task, Dependency dep)Used to trigger an action in case we are trying to call a dependency
-
-
-
Method Detail
-
callDependency
void callDependency(ComponentTask<?> task, Dependency dep)
Used to trigger an action in case we are trying to call a dependency
-
-