|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventInfo | |
---|---|
org.jboss.beans.info.plugins | Classes used to describe beans, an abstract implementation. |
org.jboss.beans.info.spi | Classes used to describe beans. |
org.jboss.beans.info.spi.helpers |
Uses of EventInfo in org.jboss.beans.info.plugins |
---|
Classes in org.jboss.beans.info.plugins that implement EventInfo | |
---|---|
class |
AbstractEventInfo
Event info. |
Methods in org.jboss.beans.info.plugins that return types with arguments of type EventInfo | |
---|---|
Set<EventInfo> |
AbstractBeanInfo.getEvents()
|
protected Set<EventInfo> |
AbstractBeanInfoFactory.getEvents(ClassInfo classInfo)
Get the events |
Method parameters in org.jboss.beans.info.plugins with type arguments of type EventInfo | |
---|---|
protected BeanInfo |
AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info |
void |
AbstractBeanInfo.setEvents(Set<EventInfo> events)
|
Constructor parameters in org.jboss.beans.info.plugins with type arguments of type EventInfo | |
---|---|
AbstractBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create a new bean info |
|
AllBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
|
|
FieldBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
|
Uses of EventInfo in org.jboss.beans.info.spi |
---|
Methods in org.jboss.beans.info.spi that return types with arguments of type EventInfo | |
---|---|
Set<EventInfo> |
BeanInfo.getEvents()
Get the event information. |
Method parameters in org.jboss.beans.info.spi with type arguments of type EventInfo | |
---|---|
BeanInfo |
BeanAccessMode.create(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info |
void |
BeanInfo.setEvents(Set<EventInfo> events)
set the event information. |
Uses of EventInfo in org.jboss.beans.info.spi.helpers |
---|
Methods in org.jboss.beans.info.spi.helpers that return types with arguments of type EventInfo | |
---|---|
Set<EventInfo> |
UnmodifiableBeanInfo.getEvents()
|
Method parameters in org.jboss.beans.info.spi.helpers with type arguments of type EventInfo | |
---|---|
void |
UnmodifiableBeanInfo.setEvents(Set<EventInfo> events)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |