org.sakaiproject.event.api |
|
Java Source File Name | Type | Comment |
Event.java | Interface |
Event represents a single significant activity by the end-user. |
EventTrackingService.java | Interface |
The event tracking service provides activity event tracking and monitoring.
Objects act as event generators, posting events to the service.
Other objects act as event monitors, and are notified by the service when certain events occur.
Events posted are also stored in event archives by the service. |
Notification.java | Interface |
Notification the interface for classes that act to notify, used with the GenericNotificationService. |
NotificationAction.java | Interface |
NotificationAction is the helper class that does the notify() for a notification. |
NotificationEdit.java | Interface |
NotificationEdit is a mutable Notification. |
NotificationLockedException.java | Class |
NotificationLockedException is thrown whenever the Notification is locked for other use. |
NotificationNotDefinedException.java | Class |
NotificationNotDefinedException is thrown whenever no Notification is associated with the requested id. |
NotificationService.java | Interface |
NotificationService is ... |
SessionState.java | Interface |
SessionState is a collection of named attributes associated with the current session. |
SessionStateBindingListener.java | Interface |
SessionStateBindingListener is an interface for objects that wish to be notified when they are bound to and unbound from a SessionState. |
UsageSession.java | Interface |
UsageSession models an end user's usage session. |
UsageSessionService.java | Interface |
UsageSessionService keeps track of usage sessions. |