Node | Description |
---|
Method | Description |
---|---|
attachActivate |
Registers the given handler to the activity event, which is fired when an activity was detected after a certain period of inactivity. |
detachActivate |
Deregisters a previously registered handler from the activity event. |
isActive |
Checks whether recently an activity was detected. |
refresh |
Reports an activity. |
Registers the given handler to the activity event, which is fired when an activity was detected after a certain period of inactivity.
Param | Type | DefaultValue | Description |
---|---|---|---|
fnFunction | function |
The function to call, when an activity event occurs. |
|
oListener | Object |
The 'this' context of the handler function. |
Deregisters a previously registered handler from the activity event.
Param | Type | DefaultValue | Description |
---|---|---|---|
fnFunction | function |
The function to call, when an activity event occurs. |
|
oListener | Object |
The 'this' context of the handler function. |
Checks whether recently an activity was detected.
Param | Type | DefaultValue | Description |
---|
Reports an activity.
Param | Type | DefaultValue | Description |
---|