Package jadex.commons.beans.beancontext
Class BeanContextServiceRevokedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- jadex.commons.beans.beancontext.BeanContextEvent
 - 
- jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class BeanContextServiceRevokedEvent extends BeanContextEvent
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.ClassserviceClass- 
Fields inherited from class jadex.commons.beans.beancontext.BeanContextEvent
propagatedFrom 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BeanContextServiceRevokedEvent(BeanContextServices bcs, java.lang.Class sc, boolean invalidate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetServiceClass()BeanContextServicesgetSourceAsBeanContextServices()booleanisCurrentServiceInvalidNow()booleanisServiceClass(java.lang.Class service)- 
Methods inherited from class jadex.commons.beans.beancontext.BeanContextEvent
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BeanContextServiceRevokedEvent
public BeanContextServiceRevokedEvent(BeanContextServices bcs, java.lang.Class sc, boolean invalidate)
 
 - 
 
- 
Method Detail
- 
getServiceClass
public java.lang.Class getServiceClass()
 
- 
getSourceAsBeanContextServices
public BeanContextServices getSourceAsBeanContextServices()
 
- 
isCurrentServiceInvalidNow
public boolean isCurrentServiceInvalidNow()
 
- 
isServiceClass
public boolean isServiceClass(java.lang.Class service)
 
 - 
 
 -