Class InstallerDirectoryEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      InstallerDirectoryEvent​(java.lang.Object source, Context context, EventType type, boolean success, java.io.File directory)
      The constructor is called by the framework.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getDirectory()
      Get the created directory that is associated with this event.
      java.lang.String getVerbose()
      Return a verbose description of this event.
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InstallerDirectoryEvent

        public InstallerDirectoryEvent​(java.lang.Object source,
                                       Context context,
                                       EventType type,
                                       boolean success,
                                       java.io.File directory)
        The constructor is called by the framework.
        Parameters:
        source - the event source
        context - the context
        type - the event type.
        success - whether the operation associated with the event was successful
        directory - the installed file
    • Method Detail

      • getDirectory

        public java.io.File getDirectory()
        Get the created directory that is associated with this event.
        Returns:
        the file
      • 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