Uses of Interface
org.apache.commons.jcs3.engine.control.event.behavior.IElementEventHandler
Packages that use IElementEventHandler
Package
Description
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
- 
Uses of IElementEventHandler in org.apache.commons.jcs3.engineMethods in org.apache.commons.jcs3.engine that return types with arguments of type IElementEventHandlerModifier and TypeMethodDescriptionElementAttributes.getElementEventHandlers()Gets the elementEventHandlers.Methods in org.apache.commons.jcs3.engine with parameters of type IElementEventHandlerModifier and TypeMethodDescriptionvoidElementAttributes.addElementEventHandler(IElementEventHandler eventHandler) Adds a ElementEventHandler.Method parameters in org.apache.commons.jcs3.engine with type arguments of type IElementEventHandlerModifier and TypeMethodDescriptionvoidElementAttributes.addElementEventHandlers(List<IElementEventHandler> eventHandlers) Sets the eventHandlers of the IElementAttributes object.
- 
Uses of IElementEventHandler in org.apache.commons.jcs3.engine.behaviorMethods in org.apache.commons.jcs3.engine.behavior that return types with arguments of type IElementEventHandlerModifier and TypeMethodDescriptionIElementAttributes.getElementEventHandlers()Gets the elementEventHandlers.Methods in org.apache.commons.jcs3.engine.behavior with parameters of type IElementEventHandlerModifier and TypeMethodDescriptionvoidIElementAttributes.addElementEventHandler(IElementEventHandler eventHandler) Adds a ElementEventHandler.Method parameters in org.apache.commons.jcs3.engine.behavior with type arguments of type IElementEventHandlerModifier and TypeMethodDescriptionvoidIElementAttributes.addElementEventHandlers(List<IElementEventHandler> eventHandlers) Sets the eventHandlers of the IElementAttributes object
- 
Uses of IElementEventHandler in org.apache.commons.jcs3.engine.control.eventMethods in org.apache.commons.jcs3.engine.control.event with parameters of type IElementEventHandlerModifier and TypeMethodDescription<T> voidElementEventQueue.addElementEvent(IElementEventHandler hand, IElementEvent<T> event) Adds an ElementEvent to be handled
- 
Uses of IElementEventHandler in org.apache.commons.jcs3.engine.control.event.behaviorMethods in org.apache.commons.jcs3.engine.control.event.behavior with parameters of type IElementEventHandlerModifier and TypeMethodDescription<T> voidIElementEventQueue.addElementEvent(IElementEventHandler hand, IElementEvent<T> event) Adds an ElementEvent to be handled