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 ObjectMutationObserver.MutationObserverCallback. onInvoke(MutationRecord[] mutationRecords, MutationObserver observer)The callback function takes as input two parameters:
an array ofMutationRecordobjects describing each change that occurred theMutationObserverwhich invoked the callback.
-