Class InstallerVariableEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      InstallerVariableEvent​(java.lang.Object source, Context context, java.lang.String variableName)
      The constructor is called by the framework.
    • Constructor Detail

      • InstallerVariableEvent

        public InstallerVariableEvent​(java.lang.Object source,
                                      Context context,
                                      java.lang.String variableName)
        The constructor is called by the framework.
        Parameters:
        source - the event source
        context - the context
        variableName - the name of the changed variable
    • Method Detail

      • getVariableName

        public java.lang.String getVariableName()
        Get the name of the variable that was changed.
        Returns:
        the name of the variable
      • 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