protected class ScriptingEnvironment.DOMNodeInsertedListener extends java.lang.Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList |
toExecute |
| Modifier | Constructor and Description |
|---|---|
protected |
ScriptingEnvironment.DOMNodeInsertedListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
gatherScriptElements(org.w3c.dom.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 ScriptingEnvironment.DOMNodeInsertedListener()
public void handleEvent(Event evt)
EventListenerEventListener interface was registered.handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.protected void gatherScriptElements(org.w3c.dom.Node n)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.