public class DOMSynchronizer extends Object implements EventListener, IDOMMutationListener
Constructor and Description |
---|
DOMSynchronizer(Document document,
IDOMSupport domSupport) |
Modifier and Type | Method and Description |
---|---|
void |
addMutationListener(IDOMMutationListener listener) |
void |
handleEvent(DOMMutationEvent event)
External mutation event handler
|
void |
handleEvent(Event evt)
Document event handler
|
void |
removeMutationListener(IDOMMutationListener listener) |
public DOMSynchronizer(Document document, IDOMSupport domSupport)
public void handleEvent(Event evt)
handleEvent
in interface EventListener
public void addMutationListener(IDOMMutationListener listener)
public void removeMutationListener(IDOMMutationListener listener)
public void handleEvent(DOMMutationEvent event)
handleEvent
in interface IDOMMutationListener
Copyright © 2018 Nuxeo. All rights reserved.