public class EventListenerList.Entry extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Entry(EventListener listener,
String namespaceURI,
Object group,
EventListenerList.Entry next)
Creates a new Entry object.
|
Modifier and Type | Method and Description |
---|---|
Object |
getGroup()
Returns the event group.
|
EventListener |
getListener()
Returns the event listener.
|
String |
getNamespaceURI()
Returns the event namespace URI.
|
protected EventListener listener
protected String namespaceURI
protected Object group
protected boolean mark
protected EventListenerList.Entry next
public Entry(EventListener listener, String namespaceURI, Object group, EventListenerList.Entry next)
public EventListener getListener()
public Object getGroup()
public String getNamespaceURI()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.