Uses of Class
org.apache.batik.dom.events.EventListenerList.Entry
Packages that use EventListenerList.Entry
Package
Description
Provides an implementation of the DOM level 2 events module.
-
Uses of EventListenerList.Entry in org.apache.batik.dom.events
Fields in org.apache.batik.dom.events declared as EventListenerList.EntryModifier and TypeFieldDescriptionprotected EventListenerList.Entry
EventListenerList.head
Linked list of entries.protected EventListenerList.Entry[]
EventListenerList.listeners
Cache of listeners with any namespace URI.protected EventListenerList.Entry
EventListenerList.Entry.next
The next Entry in the list.Methods in org.apache.batik.dom.events that return EventListenerList.EntryModifier and TypeMethodDescriptionEventListenerList.getEventListeners()
Returns an array containing all event listener entries.EventListenerList.getEventListeners
(String namespaceURI) Returns an array of EventListeners that match the given namespace URI.Methods in org.apache.batik.dom.events with parameters of type EventListenerList.EntryModifier and TypeMethodDescriptionprotected void
EventSupport.fireEventListeners
(NodeEventTarget node, AbstractEvent e, EventListenerList.Entry[] listeners, HashSet stoppedGroups, HashSet toBeStoppedGroups) Fires the given listeners on the given event target.Constructors in org.apache.batik.dom.events with parameters of type EventListenerList.EntryModifierConstructorDescriptionEntry
(EventListener listener, String namespaceURI, Object group, EventListenerList.Entry next) Creates a new Entry object.