com.gargoylesoftware.htmlunit.html
Interface DomChangeListener


public interface DomChangeListener

Implementations of this interface receive notifications of changes to the DOM structure.

Version:
$Revision: 2132 $
Author:
Ahmed Ashour
See Also:
DomChangeEvent

Method Summary
 void nodeAdded(DomChangeEvent event)
          Notification that a new node was added.
 void nodeDeleted(DomChangeEvent event)
          Notification that a new node was deleted.
 

Method Detail

nodeAdded

void nodeAdded(DomChangeEvent event)
Notification that a new node was added. Called after the node is added.

Parameters:
event - The event.

nodeDeleted

void nodeDeleted(DomChangeEvent event)
Notification that a new node was deleted. Called after the node is deleted.

Parameters:
event - The event.


Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.