org.apache.batik.dom.events

Class EventListenerList.Entry

public class EventListenerList.Entry extends Object

EventListenerTable entry class.
Field Summary
protected Objectgroup
The event group.
protected EventListenerlistener
The event listener.
protected booleanmark
Flag used by getListeners.
protected StringnamespaceURI
The namespace URI of the event the listener is listening for.
protected EventListenerList.Entrynext
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
ObjectgetGroup()
Returns the event group.
EventListenergetListener()
Returns the event listener.
StringgetNamespaceURI()
Returns the event namespace URI.

Field Detail

group

protected Object group
The event group.

listener

protected EventListener listener
The event listener.

mark

protected boolean mark
Flag used by getListeners.

namespaceURI

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 Detail

Entry

public Entry(EventListener listener, String namespaceURI, Object group, EventListenerList.Entry next)
Creates a new Entry object.

Method Detail

getGroup

public Object getGroup()
Returns the event group.

getListener

public EventListener getListener()
Returns the event listener.

getNamespaceURI

public String getNamespaceURI()
Returns the event namespace URI.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.