protected class ScriptingEnvironment.DOMNodeInsertedListener extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected LinkedList |
toExecute |
Modifier | Constructor and Description |
---|---|
protected |
DOMNodeInsertedListener() |
Modifier and Type | Method and Description |
---|---|
protected void |
gatherScriptElements(Node n) |
void |
handleEvent(Event evt)
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected LinkedList toExecute
public void handleEvent(Event evt)
EventListener
EventListener
interface was registered.handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.protected void gatherScriptElements(Node n)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.