Uses of Interface
com.norconex.commons.lang.event.EventListener
Packages that use EventListener
-
Uses of EventListener in com.norconex.commons.lang.event
Subinterfaces of EventListener in com.norconex.commons.lang.eventMethods in com.norconex.commons.lang.event that return types with arguments of type EventListenerModifier and TypeMethodDescriptionEventManager.getListeners()Returns an unmodifiable list of event listeners in this event manager.Methods in com.norconex.commons.lang.event with parameters of type EventListenerModifier and TypeMethodDescriptionvoidEventManager.addListener(EventListener<Event> listener) Adds an event listener.booleanEventManager.removeListener(EventListener<Event> listener) Removes a listener instance.Method parameters in com.norconex.commons.lang.event with type arguments of type EventListenerModifier and TypeMethodDescriptionvoidEventManager.addListeners(Collection<EventListener<Event>> listeners) Adds event listeners.booleanEventManager.removeListeners(Collection<EventListener<Event>> listeners) Removes listener instances.
EventListenerinstead