org.apache.batik.dom.events
public class EventListenerList.Entry extends Object
| Field Summary | |
|---|---|
| protected Object | group
The event group. |
| protected EventListener | listener
The event listener. |
| protected boolean | mark
Flag used by getListeners. |
| protected String | namespaceURI
The namespace URI of the event the listener is listening for. |
| protected EventListenerList.Entry | next
The next Entry in the list. |
| Constructor Summary | |
|---|---|
| Entry(EventListener listener, String namespaceURI, Object group, EventListenerList.Entry next)
Creates a new Entry object. | |
| Method Summary | |
|---|---|
| Object | getGroup()
Returns the event group. |
| EventListener | getListener()
Returns the event listener. |
| String | getNamespaceURI()
Returns the event namespace URI. |