Package cmion.storage
Class EventSubContainerAdded
- java.lang.Object
-
- ion.Meta.Event
-
- cmion.architecture.CmionEvent
-
- cmion.storage.EventSubContainerAdded
-
- All Implemented Interfaces:
ion.Meta.IEvent
public class EventSubContainerAdded extends CmionEvent
an event informing that a new subcontainer has been added to a CMION StorageContainer This will be raised by the owner container
-
-
Constructor Summary
Constructors Constructor Description EventSubContainerAdded(CmionStorageContainer parentContainer, CmionStorageContainer subContainer, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties)create a new event sub container added
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap<java.lang.String,java.lang.Object>getInitialProperties()returns the initial properties of the sub container that was addedCmionStorageContainergetParentContainer()returns the container that has added the sub containerCmionStorageContainergetSubContainer()returns the sub container that has been addedjava.lang.StringtoString()displays information about this event-
Methods inherited from class cmion.architecture.CmionEvent
getOriginator, setOriginator
-
-
-
-
Constructor Detail
-
EventSubContainerAdded
public EventSubContainerAdded(CmionStorageContainer parentContainer, CmionStorageContainer subContainer, java.util.HashMap<java.lang.String,java.lang.Object> initialProperties)
create a new event sub container added
-
-
Method Detail
-
getSubContainer
public CmionStorageContainer getSubContainer()
returns the sub container that has been added
-
getParentContainer
public CmionStorageContainer getParentContainer()
returns the container that has added the sub container
-
getInitialProperties
public java.util.HashMap<java.lang.String,java.lang.Object> getInitialProperties()
returns the initial properties of the sub container that was added
-
toString
public java.lang.String toString()
displays information about this event- Overrides:
toStringin classjava.lang.Object
-
-