Package cmion.storage

Class EventPropertyRemoved

java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.storage.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 Details

    • EventPropertyRemoved

      public EventPropertyRemoved(String propertyName, CmionStorageContainer parentContainer)
      create a new event that a property of given name was removed
  • Method Details

    • getPropertyName

      public 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 String toString()
      displays information about this event
      Overrides:
      toString in class Object