com.softwareag.centrasite.appl.framework.persistence
Interface BeanPoolEvent

All Known Implementing Classes:
BeanPoolEventImpl

public interface BeanPoolEvent

The interface provides context information for a bean pool related event.

See Also:
BeanPoolListener

Method Summary
 RegistryBean getBean()
          Retrieves the bean attached to this event.
 

Method Detail

getBean

RegistryBean getBean()
Retrieves the bean attached to this event.

Returns:
RegistryBean