Uses of Interface
org.jboss.beans.info.spi.EventInfo

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.
 

Fields in org.jboss.beans.info.plugins with type parameters of type EventInfo
protected  Set<EventInfo> AbstractBeanInfo.events
          The events
 

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, 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
 

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
 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)
           
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.