ion.Meta.IEventpublic class EventSubContainerRemoved extends CmionEvent
| Constructor | Description |
|---|---|
EventSubContainerRemoved(java.lang.String removedContainerName,
java.lang.String removedContainerType,
CmionStorageContainer parentContainer) |
create an event informing of the removal of a sub container
|
| Modifier and Type | Method | Description |
|---|---|---|
CmionStorageContainer |
getParentContainer() |
returns a reference to the container from which the sub container was removed
|
java.lang.String |
getRemovedContainerName() |
returns the name of the removed container
|
java.lang.String |
getRemovedContainerType() |
returns the type of the removed container
|
java.lang.String |
toString() |
displays information about this event
|
getOriginator, setOriginatorpublic EventSubContainerRemoved(java.lang.String removedContainerName,
java.lang.String removedContainerType,
CmionStorageContainer parentContainer)
public java.lang.String getRemovedContainerName()
public java.lang.String getRemovedContainerType()
public CmionStorageContainer getParentContainer()
public java.lang.String toString()
toString in class java.lang.Object