Event

Root class for all of Shiro's event classes. Provides access to the timestamp when the event occurred.

@since 1.3

abstract
class Event : EventObject {}

Constructors

this
this(Object source)
Undocumented in source.

Members

Functions

getTimestamp
long getTimestamp()

Returns the timestamp when this event occurred as the number of milliseconds since Epoch (UTC time zone).

Meta