Interface ObjectUser<O>

  • All Known Implementing Classes:
    ObjectUserImpl

    public interface ObjectUser<O>
    User of an object.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void use​(O object, java.lang.Throwable failure)
      Provides the object for using.
    • Method Detail

      • use

        void use​(O object,
                 java.lang.Throwable failure)
        Provides the object for using.
        Parameters:
        object - Object for use.
        failure - Throwable if fails to load the Object.