Interface IInternalSubcomponentsFeature

  • All Known Implementing Classes:
    SubcomponentsComponentFeature

    public interface IInternalSubcomponentsFeature
    Allows a component to have subcomponents.
    • Method Detail

      • componentCreated

        jadex.commons.future.IFuture<java.lang.Void> componentCreated​(IComponentDescription desc)
        Called, when a subcomponent has been created.
      • componentRemoved

        jadex.commons.future.IFuture<java.lang.Void> componentRemoved​(IComponentDescription desc)
        Called, when a subcomponent has been removed.