Package cmion.storage
Class EventSubContainerAdded
java.lang.Object
ion.Meta.Event
cmion.architecture.CmionEvent
cmion.storage.EventSubContainerAdded
- All Implemented Interfaces:
ion.Meta.IEvent
an event informing that a new subcontainer has been added to a CMION StorageContainer
This will be raised by the owner container
-
Constructor Summary
ConstructorsConstructorDescriptionEventSubContainerAdded(CmionStorageContainer parentContainer, CmionStorageContainer subContainer, HashMap<String, Object> initialProperties) create a new event sub container added -
Method Summary
Modifier and TypeMethodDescriptionreturns the initial properties of the sub container that was addedreturns the container that has added the sub containerreturns the sub container that has been addedtoString()displays information about this eventMethods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginatorMethods inherited from class ion.Meta.Event
getRaiseTime
-
Constructor Details
-
EventSubContainerAdded
public EventSubContainerAdded(CmionStorageContainer parentContainer, CmionStorageContainer subContainer, HashMap<String, Object> initialProperties) create a new event sub container added
-
-
Method Details
-
getSubContainer
returns the sub container that has been added -
getParentContainer
returns the container that has added the sub container -
getInitialProperties
returns the initial properties of the sub container that was added -
toString
displays information about this event
-