Class PropertyBackedBeanRemovePropertiesEvent

    • 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.Collection<java.lang.String> getProperties()  
      • 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

      • PropertyBackedBeanRemovePropertiesEvent

        public PropertyBackedBeanRemovePropertiesEvent​(PropertyBackedBean source,
                                                       java.util.Collection<java.lang.String> properties)
        The Constructor.
        Parameters:
        source - the source of the event
    • Method Detail

      • getProperties

        public java.util.Collection<java.lang.String> getProperties()