Package org.apache.shiro.event


package org.apache.shiro.event
  • Class
    Description
    Root class for all of Shiro's event classes.
    An event bus can publish events to event subscribers as well as provide a mechanism for registering and unregistering event subscribers.
    Interface implemented by components that utilize an EventBus for publishing and/or subscribing to/from events and wish that EventBus to be supplied if one is available.
    Indicates a method is an event consumer.