Package org.mycore.common.events

Interface Summary
MCREventHandler Objects that implement this interface can react when some kind of predefined event happens in MyCoRe.
MCRSessionListener  
MCRShutdownHandler.Closeable Object is cleanly closeable via close()-call.
 

Class Summary
MCREvent Represents an event that occured in the MyCoRe system.
MCREventHandlerBase Abstract helper class that can be subclassed to implement event handlers more easily.
MCREventManager Acts as a multiplexer to forward events that are created to all registered event handlers, in the order that is configured in mycore properties.
MCRHttpSessionListener Handles different HttpSession events.
MCRServletContextListener is a shutdown hook for the current ServletContext.
MCRSessionEvent  
MCRShutdownHandler is a wrapper for shutdown hooks.
MCRShutdownThread is a shutdown hook for the current Runtime.
 

Enum Summary
MCRSessionEvent.Type