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 Details

  • Method Details

    • 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 HashMap<String,Object> getInitialProperties()
      returns the initial properties of the sub container that was added
    • toString

      public String toString()
      displays information about this event
      Overrides:
      toString in class Object