Class InstallerFileInstallationEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Detail

      • InstallerFileInstallationEvent

        public InstallerFileInstallationEvent​(java.lang.Object source,
                                              Context context,
                                              EventType type,
                                              long totalSize,
                                              long fileCount)
        The constructor is called by the framework.
        Parameters:
        source - the event source
        context - the context
        type - the event type.
        totalSize - the total size of the installation in bytes
        fileCount - the total file count
    • Method Detail

      • getTotalSize

        public long getTotalSize()
        Returns the total size of the installation in bytes
        Returns:
        the size in bytes
      • getFileCount

        public long getFileCount()
        Returns the total file count
        Returns:
        the file count
      • getVerbose

        public java.lang.String getVerbose()
        Description copied from class: InstallerEvent
        Return a verbose description of this event.
        Overrides:
        getVerbose in class InstallerEvent
        Returns:
        the description