Uses of Interface
org.mycore.common.events.MCRSessionListener

Packages that use MCRSessionListener
org.mycore.backend.hibernate   
org.mycore.common   
org.mycore.frontend.editor   
 

Uses of MCRSessionListener in org.mycore.backend.hibernate
 

Classes in org.mycore.backend.hibernate that implement MCRSessionListener
 class MCRHIBConnection
          Class for hibernate connection to selected database
 class MCRSessionContext
          A CurrentSessionContext implementation which scopes the notion of current session by the current MCRSession.
 

Uses of MCRSessionListener in org.mycore.common
 

Methods in org.mycore.common that return types with arguments of type MCRSessionListener
(package private) static List<MCRSessionListener> MCRSessionMgr.getListeners()
          Allows access to all MCRSessionListener instances.
 

Methods in org.mycore.common with parameters of type MCRSessionListener
static void MCRSessionMgr.addSessionListener(MCRSessionListener listener)
          Add a MCRSessionListener, that gets infomed about MCRSessionEvents.
static void MCRSessionMgr.removeSessionListener(MCRSessionListener listener)
          Removes a MCRSessionListener from the list.
 

Uses of MCRSessionListener in org.mycore.frontend.editor
 

Classes in org.mycore.frontend.editor that implement MCRSessionListener
 class MCREditorServlet
          This servlet handles form submissions from MyCoRe XML Editor pages and converts the submitted data into a JDOM XML document for further processing.