|
||||||||||
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
public class EventListenerList.Entry
EventListenerTable entry class.
Field Summary | |
---|---|
protected java.lang.Object |
group
The event group. |
protected EventListener |
listener
The event listener. |
protected boolean |
mark
Flag used by getListeners. |
protected java.lang.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,
java.lang.String namespaceURI,
java.lang.Object group,
EventListenerList.Entry next)
Creates a new Entry object. |
Method Summary | |
---|---|
java.lang.Object |
getGroup()
Returns the event group. |
EventListener |
getListener()
Returns the event listener. |
java.lang.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 java.lang.String namespaceURI
protected java.lang.Object group
protected boolean mark
protected EventListenerList.Entry next
Constructor Detail |
---|
public EventListenerList.Entry(EventListener listener, java.lang.String namespaceURI, java.lang.Object group, EventListenerList.Entry next)
Method Detail |
---|
public EventListener getListener()
public java.lang.Object getGroup()
public java.lang.String getNamespaceURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |