Subclasses

Attributes

From nsIHandlerInfo

 The application the user has said they want associated with this content
 type. This is not always guaranteed to be set!!
attribute nsIHandlerApp preferredApplicationHandler

Parameters

From nsIHandlerApp

 Whether or not the given handler app is logically equivalent to the
 invokant (i.e. they represent the same app).
 
 Two apps are the same if they are both either local or web handlers
 and their executables/URI templates are the same in a string comparison.

 @param aHandlerApp the handler app to compare to the invokant

 @returns true if the two are logically equivalent, false otherwise
boolean equals(in nsIHandlerApp aHandlerApp)