Uses of Class
org.pepstock.charba.client.dom.MutationObserver
-
Packages that use MutationObserver Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of MutationObserver in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom with parameters of type MutationObserver Modifier and Type Method Description Object
MutationObserver.MutationObserverCallback. onInvoke(MutationRecord[] mutationRecords, MutationObserver observer)
The callback function takes as input two parameters:
an array ofMutationRecord
objects describing each change that occurred theMutationObserver
which invoked the callback.
-