| Interface | Description |
|---|---|
| EventBus |
An event bus can publish events to event subscribers as well as provide a mechanism for registering and unregistering
event subscribers.
|
| EventBusAware |
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.
|
| Class | Description |
|---|---|
| Event |
Root class for all of Shiro's event classes.
|
| Annotation Type | Description |
|---|---|
| Subscribe |
Indicates a method is an event consumer.
|
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.