Package com.iizix.os

Interface IAdditonalInformation<INFO>

    • Method Detail

      • getInfoClass

        java.lang.Class<INFO> getInfoClass()
        Gets the class of the additional information.
        Returns:
        The Class for additional information, or null for none.
      • getAdditionalInformation

        INFO getAdditionalInformation()
        Allocates a new instance of the additional information to be stored with the history entry. If the getInfoClass() returns null, this method can also return null.
        Returns:
        A new instance of additional information, or null for none.