Package cmion.storage
Class EventPropertyRemoved
java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.storage.EventPropertyRemoved
- All Implemented Interfaces:
ion.Meta.IEvent
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
ConstructorsConstructorDescriptionEventPropertyRemoved(String propertyName, CmionStorageContainer parentContainer) create a new event that a property of given name was removed -
Method Summary
Modifier and TypeMethodDescriptionreturns a reference to the container from which the property was removedreturn the name of the property that was removedtoString()displays information about this eventMethods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginatorMethods inherited from class ion.Meta.Event
getRaiseTime
-
Constructor Details
-
EventPropertyRemoved
create a new event that a property of given name was removed
-
-
Method Details