Class BeanCreatedEvent<T>

Type Parameters:
T - The event type
All Implemented Interfaces:
Serializable

public class BeanCreatedEvent<T> extends BeanEvent<T>

An event fired when a bean is created and fully initialized.

Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

  • Method Details

    • getBeanIdentifier

      public BeanIdentifier getBeanIdentifier()
      Returns:
      The bean identifier used to create the bean
    • getBeanType

      @NonNull public @NonNull Argument<T> getBeanType()
      Returns:
      The argument used to create the bean
      Since:
      4.9.0