Added begin/end load methods

git-svn-id: svn://10.0.0.236/trunk@3032 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-03 15:39:45 +00:00
parent 6401e9ace6
commit 9751be15df
2 changed files with 4 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ public:
// Observation hooks used by content nodes to propagate
// notifications to document observers.
NS_IMETHOD BeginLoad() = 0;
NS_IMETHOD EndLoad() = 0;
virtual void ContentChanged(nsIContent* aContent,
nsISupports* aSubContent) = 0;

View File

@@ -133,6 +133,8 @@ public:
// Observation hooks used by content nodes to propagate
// notifications to document observers.
NS_IMETHOD BeginLoad() = 0;
NS_IMETHOD EndLoad() = 0;
virtual void ContentChanged(nsIContent* aContent,
nsISupports* aSubContent) = 0;