Interface Idle.UserActiveListener
- All Superinterfaces:
Serializable
- Enclosing class:
Idle
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener interface for user activity status changes to active.
- Author:
- Sami Ekblad
-
Method Summary
Modifier and TypeMethodDescriptionvoiduserActive(Idle.UserActiveEvent event) Invoked when user becomes active.
-
Method Details
-
userActive
Invoked when user becomes active.- Parameters:
event- Event- See Also:
-