Class Event
java.lang.Object
java.util.EventObject
org.apache.shiro.event.Event
- All Implemented Interfaces:
Serializable
Root class for all of Shiro's event classes. Provides access to the timestamp when the event occurred.
- Since:
- 1.3
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the timestamp when this event occurred as the number of milliseconds since Epoch (UTC time zone).Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
-
-
Method Details
-
getTimestamp
Returns the timestamp when this event occurred as the number of milliseconds since Epoch (UTC time zone).- Returns:
- the timestamp when this event occurred as the number of milliseconds since Epoch (UTC time zone).
-