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 SummaryFields Modifier and Type Field Description protected java.lang.ClassserviceClass- 
Fields inherited from class jadex.commons.beans.beancontext.BeanContextEventpropagatedFrom
 
- 
 - 
Constructor SummaryConstructors Constructor Description BeanContextServiceRevokedEvent(BeanContextServices bcs, java.lang.Class sc, boolean invalidate)
 - 
Method SummaryAll 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.BeanContextEventgetBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom
 
- 
 
- 
- 
- 
Constructor Detail- 
BeanContextServiceRevokedEventpublic BeanContextServiceRevokedEvent(BeanContextServices bcs, java.lang.Class sc, boolean invalidate) 
 
- 
 - 
Method Detail- 
getServiceClasspublic java.lang.Class getServiceClass() 
 - 
getSourceAsBeanContextServicespublic BeanContextServices getSourceAsBeanContextServices() 
 - 
isCurrentServiceInvalidNowpublic boolean isCurrentServiceInvalidNow() 
 - 
isServiceClasspublic boolean isServiceClass(java.lang.Class service) 
 
- 
 
-