Added OnOverLink hook for tracking mouse-over's over links

git-svn-id: svn://10.0.0.236/trunk@2836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-01 19:59:13 +00:00
parent db59603e61
commit ecf1901eb3

View File

@@ -58,6 +58,17 @@ public:
const nsString& aTargetSpec,
nsIPostData* aPostData = 0) = 0;
/**
* Process a mouse-over a link. aFrame is the frame that contains the
* linked content. aURLSpec is an absolute url spec that defines the
* destination for the link. aTargetSpec indicates where the link is
* targeted (it may be an empty string).
*/
NS_IMETHOD OnOverLink(nsIFrame* aFrame,
const nsString& aURLSpec,
const nsString& aTargetSpec,
nsIPostData* aPostData = 0) = 0;
/**
* Get the state of a link to a given absolute URL
*/