ion.Meta.IEventpublic class EventPropertyRemoved extends CmionEvent
| Constructor | Description |
|---|---|
EventPropertyRemoved(java.lang.String propertyName,
CmionStorageContainer parentContainer) |
create a new event that a property of given name was removed
|
| Modifier and Type | Method | Description |
|---|---|---|
CmionStorageContainer |
getParentContainer() |
returns a reference to the container from which the property was removed
|
java.lang.String |
getPropertyName() |
return the name of the property that was removed
|
java.lang.String |
toString() |
displays information about this event
|
getOriginator, setOriginatorpublic EventPropertyRemoved(java.lang.String propertyName,
CmionStorageContainer parentContainer)
public java.lang.String getPropertyName()
public CmionStorageContainer getParentContainer()
public java.lang.String toString()
toString in class java.lang.Object