Package jadex.commons.beans.beancontext
Interface BeanContextServicesListener
-
- All Superinterfaces:
BeanContextServiceRevokedListener
,java.util.EventListener
- All Known Subinterfaces:
BeanContextServices
- All Known Implementing Classes:
BeanContextChildSupport
,BeanContextServicesSupport
,BeanContextSupport
public interface BeanContextServicesListener extends BeanContextServiceRevokedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
serviceAvailable(BeanContextServiceAvailableEvent bcsae)
-
Methods inherited from interface jadex.commons.beans.beancontext.BeanContextServiceRevokedListener
serviceRevoked
-
-
-
-
Method Detail
-
serviceAvailable
void serviceAvailable(BeanContextServiceAvailableEvent bcsae)
-
-