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 Summary
Constructors Constructor Description EventPropertyRemoved(java.lang.String propertyName, CmionStorageContainer parentContainer)create a new event that a property of given name was removed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmionStorageContainergetParentContainer()returns a reference to the container from which the property was removedjava.lang.StringgetPropertyName()return the name of the property that was removedjava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-
-
-
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:
toStringin classjava.lang.Object
-
-