Class InstallerEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Context getContext()
      Get the context.
      EventType getType()
      Get the type of the event.
      java.lang.String getVerbose()
      Return a verbose description of this event.
      void setContext​(Context context)  
      java.lang.String toString()  
      boolean wasSuccessful()
      Return whether the operation associated with the event was successful
      • 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

      • InstallerEvent

        public InstallerEvent​(java.lang.Object source,
                              Context context,
                              EventType type,
                              boolean success)
        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
      • InstallerEvent

        public InstallerEvent​(java.lang.Object source,
                              Context context,
                              EventType type)
        The constructor is called by the framework.
        Parameters:
        source - the event source
        context - the context
        type - the event type.
    • Method Detail

      • getType

        public EventType getType()
        Get the type of the event.
        Returns:
        the type
      • getContext

        public Context getContext()
        Get the context.
        Returns:
        the context.
      • setContext

        public void setContext​(Context context)
      • wasSuccessful

        public boolean wasSuccessful()
        Return whether the operation associated with the event was successful
        Returns:
        true or false.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject
      • getVerbose

        public java.lang.String getVerbose()
        Return a verbose description of this event.
        Returns:
        the description