| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.dom.events |
Provides an implementation of the DOM level 2 events module.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.HashMap<java.lang.String,EventListenerList> |
XBLEventSupport.bubblingImplementationListeners |
The unstoppable bubbling listeners table.
|
protected java.util.HashMap<java.lang.String,EventListenerList> |
XBLEventSupport.capturingImplementationListeners |
The unstoppable capturing listeners table.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventListenerList |
XBLEventSupport.getImplementationEventListeners(java.lang.String type,
boolean useCapture) |
Returns the implementation listneers.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.HashMap<java.lang.String,EventListenerList> |
EventSupport.bubblingListeners |
The bubbling listeners table.
|
protected java.util.HashMap<java.lang.String,EventListenerList> |
EventSupport.capturingListeners |
The capturing listeners table.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventListenerList |
EventSupport.getEventListeners(java.lang.String type,
boolean useCapture) |
Returns a list event listeners depending on the specified event
type and phase.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.