Interface IGenericLoader


  • public interface IGenericLoader
    Represents a hand written instance loader that can be initiated by a call to the LOAD external entity. Implement this interface to create a generic instance loader.
    • Method Detail

      • load

        void load​(LOAD loader,
                  String[] args)
        Initiate a load.
        Parameters:
        loader - an instance of the LOAD external entity which provides a hook back into the instance population of the containing component.
        args - an argument list passed from the OAL initiation
        See Also:
        LOAD