Uses of Class
com.norconex.commons.lang.event.Event
Packages that use Event
-
Uses of Event in com.norconex.commons.lang.event
Classes in com.norconex.commons.lang.event with type parameters of type EventModifier and TypeClassDescriptionstatic classEvent.EventBuilder<C extends Event,B extends Event.EventBuilder<C, B>> interfaceEventListener<T extends Event>Listener ofEvents.interfaceIEventListener<T extends Event>Deprecated.Methods in com.norconex.commons.lang.event that return types with arguments of type EventModifier 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 EventModifier and TypeMethodDescriptionvoidvoidbooleanGets whether the supplied event has the same name as this event.voidMethod parameters in com.norconex.commons.lang.event with type arguments of type EventModifier and TypeMethodDescriptionvoidEventManager.addListener(EventListener<Event> listener) Adds an event listener.voidEventManager.addListeners(Collection<EventListener<Event>> listeners) Adds event listeners.booleanEventManager.removeListener(EventListener<Event> listener) Removes a listener instance.booleanEventManager.removeListeners(Collection<EventListener<Event>> listeners) Removes listener instances.
EventListenerinstead