Package cmion.storage
Class EventSubContainerRemoved
java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.storage.EventSubContainerRemoved
- All Implemented Interfaces:
ion.Meta.IEvent
an event informing that a new sub container has been removed from a CMION StorageContainer
This will be raised by the owner container
Note that this will only be raised if removal has been requested for the container itself,
if this container was removed because its parent, grandparent, etc, was removed, the event
will not be raised
-
Constructor Summary
ConstructorsConstructorDescriptionEventSubContainerRemoved(String removedContainerName, String removedContainerType, CmionStorageContainer parentContainer) create an event informing of the removal of a sub container -
Method Summary
Modifier and TypeMethodDescriptionreturns a reference to the container from which the sub container was removedreturns the name of the removed containerreturns the type of the removed containertoString()displays information about this eventMethods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginatorMethods inherited from class ion.Meta.Event
getRaiseTime
-
Constructor Details
-
EventSubContainerRemoved
public EventSubContainerRemoved(String removedContainerName, String removedContainerType, CmionStorageContainer parentContainer) create an event informing of the removal of a sub container
-
-
Method Details
-
getRemovedContainerName
returns the name of the removed container -
getRemovedContainerType
returns the type of the removed container -
getParentContainer
returns a reference to the container from which the sub container was removed -
toString
displays information about this event
-