Interface Event
@Immutable
@Enclosing
public interface Event
-
Method Details
-
type
Event.Type type() -
action
String action()Event action.- Returns:
- action
- Since:
- API 1.22
-
actor
Event.Actor actor()Event actor.- Returns:
Event.Actor- Since:
- API 1.22
-
time
Date time() -
timeNano
Long timeNano() -
builder
-