Class AddSlotFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      AddSlotFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ISlot create​(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddSlotFactory

        public AddSlotFactory()
    • Method Detail

      • create

        public ISlot create​(java.lang.Object owner,
                            java.lang.reflect.Type ownerType,
                            java.lang.String name)
        Specified by:
        create in interface ISlotFactory