|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.events.EventListenerList.Entry
EventListenerTable entry class.
| 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 | |
EventListenerList.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected EventListener listener
protected String namespaceURI
protected Object group
protected boolean mark
protected EventListenerList.Entry next
| Constructor Detail |
public EventListenerList.Entry(EventListener listener,
String namespaceURI,
Object group,
EventListenerList.Entry next)
| Method Detail |
public EventListener getListener()
public Object getGroup()
public String getNamespaceURI()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||