public static interface MutationObserver.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onChanged(com.google.gwt.core.client.JsArray<MutationObserver.MutationRecord> mutations,
MutationObserver observer)
The observer will call this method when a mutation occurs on the observed node.
|
void onChanged(com.google.gwt.core.client.JsArray<MutationObserver.MutationRecord> mutations, MutationObserver observer)
mutations - An array containing all the mutation records.observer - the MutationObserver instance.Copyright © 2015. All rights reserved.