|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Idle
Singleton that is used to indicate when the user does something that means they aren't idle, from the point of view of auto-away detection.
Field Summary | |
---|---|
static java.lang.String |
AWAKE_COMMAND
Reason for awakeness: command typed. |
static java.lang.String |
AWAKE_UNAWAY
Reason for awakeness: '/away' command sent. |
Method Summary | |
---|---|
void |
userAwake(java.lang.String action)
Notifies the system that the user did something and is therefore not idle. |
Field Detail |
---|
static final java.lang.String AWAKE_COMMAND
static final java.lang.String AWAKE_UNAWAY
Method Detail |
---|
void userAwake(java.lang.String action)
action
- Type of action (AWAKE_xx constant)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |