| Package | Description | 
|---|---|
| org.pepstock.charba.client.commons | 
 Core classes to manage the inter-operations with java script code. 
 | 
| org.pepstock.charba.client.dom | 
 Contains all classes needed to work with DOM tree, base classes of a DOM tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutationObserverInit | 
JsHelper.createMutationObserverInit()
Creates new instance of observer initialization options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutationObserver.observe(BaseNode target,
       MutationObserverInit options)
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur. 
 |