public interface IMultiKernelListener
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture |
componentTypesAdded(java.lang.String[] types)
Called when new component types become available.
|
jadex.commons.future.IFuture |
componentTypesRemoved(java.lang.String[] types)
Called when component types become unavailable.
|
jadex.commons.future.IFuture componentTypesAdded(java.lang.String[] types)
types
- Added component types.jadex.commons.future.IFuture componentTypesRemoved(java.lang.String[] types)
types
- Removed component types.