| Package | Description |
|---|---|
| org.apache.batik.dom.events |
Provides an implementation of the DOM level 2 events module.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected EventListenerList.Entry |
EventListenerList.head |
Linked list of entries.
|
protected EventListenerList.Entry[] |
EventListenerList.listeners |
Cache of listeners with any namespace URI.
|
protected EventListenerList.Entry |
EventListenerList.Entry.next |
The next Entry in the list.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventListenerList.Entry[] |
EventListenerList.getEventListeners() |
Returns an array containing all event listener entries.
|
EventListenerList.Entry[] |
EventListenerList.getEventListeners(java.lang.String namespaceURI) |
Returns an array of EventListeners that match the given namespace URI.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
EventListenerList.Entry[] listeners,
java.util.HashSet stoppedGroups,
java.util.HashSet toBeStoppedGroups) |
Fires the given listeners on the given event target.
|
| Constructor | Description |
|---|---|
Entry(EventListener listener,
java.lang.String namespaceURI,
java.lang.Object group,
EventListenerList.Entry next) |
Creates a new Entry object.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.