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.EntryEventListenerList.headLinked list of entries.protected EventListenerList.Entry[]EventListenerList.listenersCache of listeners with any namespace URI.protected EventListenerList.EntryEventListenerList.Entry.nextThe 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 voidEventSupport.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.