Added begin/end load methods

This commit is contained in:
kipp 1998-06-03 15:39:45 +00:00
parent 521349db05
commit 627dc37066
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;