Package cmion.storage

Class EventPropertyRemoved

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class EventPropertyRemoved
    extends CmionEvent
    This event is raised by a container whenever a property is removed from this container. The event is not raised if the property is deleted because the container itself or its parent grandparent etc is removed.
    • Constructor Detail

      • EventPropertyRemoved

        public EventPropertyRemoved​(java.lang.String propertyName,
                                    CmionStorageContainer parentContainer)
        create a new event that a property of given name was removed
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        return the name of the property that was removed
      • getParentContainer

        public CmionStorageContainer getParentContainer()
        returns a reference to the container from which the property was removed
      • toString

        public java.lang.String toString()
        displays information about this event
        Overrides:
        toString in class java.lang.Object