Interface ManagerFactory<M,​T>

    • Method Detail

      • createManager

        M createManager​(java.lang.String name,
                        T data)
        Creates a Manager.
        Parameters:
        name - The name of the entity to manage.
        data - The data required to create the entity.
        Returns:
        A Manager for the entity.