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
Version:
$Id$
Author:
Nicolas Filotto
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used to trigger an action in case we are trying to call a dependency
  • Method Details

    • callDependency

      void callDependency(ComponentTask<?> task, Dependency dep)
      Used to trigger an action in case we are trying to call a dependency