Class PropertyBackedBeanEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getSourceId()
      Gets the ID of the bean that emitted the event.
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyBackedBeanEvent

        public PropertyBackedBeanEvent​(PropertyBackedBean source)
        The Constructor.
        Parameters:
        source - the source of the event
    • Method Detail

      • getSourceId

        public java.util.List<java.lang.String> getSourceId()
        Gets the ID of the bean that emitted the event.
        Returns:
        the ID