Uses of Class
org.mycore.common.events.MCRSessionEvent.Type

Packages that use MCRSessionEvent.Type
org.mycore.common   
org.mycore.common.events   
 

Uses of MCRSessionEvent.Type in org.mycore.common
 

Methods in org.mycore.common with parameters of type MCRSessionEvent.Type
(package private)  void MCRSession.fireSessionEvent(MCRSessionEvent.Type type, int concurrentAccessors)
          Fire MCRSessionEvents.
 

Uses of MCRSessionEvent.Type in org.mycore.common.events
 

Methods in org.mycore.common.events that return MCRSessionEvent.Type
 MCRSessionEvent.Type MCRSessionEvent.getType()
          Return the event type of this event.
static MCRSessionEvent.Type MCRSessionEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MCRSessionEvent.Type[] MCRSessionEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.mycore.common.events with parameters of type MCRSessionEvent.Type
MCRSessionEvent(MCRSession session, MCRSessionEvent.Type type, int concurrentAccessors)