Package cmion.storage

Class 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 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:
        toString in class java.lang.Object