Class StudioEvent
java.lang.Object
org.craftercms.studio.api.v2.event.StudioEvent
- Direct Known Subclasses:
SiteAwareEvent
,UserUpdatedEvent
Base class for all events
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStudioEvent
(Person person) StudioEvent
(org.springframework.security.core.Authentication authentication) -
Method Summary
-
Field Details
-
timestamp
protected final long timestampThe current time in ms when the event was triggered -
user
The user that triggered the event, may be null for system events
-
-
Constructor Details
-
StudioEvent
public StudioEvent(org.springframework.security.core.Authentication authentication) -
StudioEvent
-
StudioEvent
public StudioEvent()
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getUser
-