Class InstantiatedBeanEvent
java.lang.Object
java.util.EventObject
org.apache.shiro.event.Event
org.apache.shiro.config.ogdl.event.BeanEvent
org.apache.shiro.config.ogdl.event.InstantiatedBeanEvent
- All Implemented Interfaces:
Serializable
Event triggered when a configured bean has been instantiated but before it is configured or initialized.
- Since:
- 1.3
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shiro.config.ogdl.event.BeanEvent
getBean, getBeanContext, getBeanNameMethods inherited from class org.apache.shiro.event.Event
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
InstantiatedBeanEvent
-