| Package | org.juicekit.events |
| Class | public class InactivityEvent |
| Inheritance | InactivityEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| idleTime : Number
Contains the time in milliseconds elapsed since the last
activity was observed.
| InactivityEvent | ||
| monitored : IEventDispatcher
References the watched object that became inactive.
| InactivityEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
InactivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, monitored:IEventDispatcher, idleTime:Number)
Constructor.
| InactivityEvent | ||
|
clone():Event
| InactivityEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| INACTIVITY_PERIOD : String = "jkInactivityPeriod" [static]
The
InactivityEvent.INACTIVITY_PERIOD constant
defines the value of the type property of the event
object for a jkInactivityPeriod event. | InactivityEvent | ||
| idleTime | property |
public var idleTime:NumberContains the time in milliseconds elapsed since the last activity was observed.
| monitored | property |
public var monitored:IEventDispatcherReferences the watched object that became inactive.
| InactivityEvent | () | constructor |
public function InactivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, monitored:IEventDispatcher, idleTime:Number)Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean — Specifies whether the event can bubble up the
display list hierarchy.
|
|
cancelable:Boolean — Specifies whether the behavior associated with
the event can be prevented.
|
|
monitored:IEventDispatcher — References the watched object that became inactive.
|
|
idleTime:Number — Contains the time in milliseconds elapsed since
the last activity was observed.
|
| clone | () | method |
public override function clone():EventReturns
Event |
| INACTIVITY_PERIOD | constant |
public static const INACTIVITY_PERIOD:String = "jkInactivityPeriod"
The InactivityEvent.INACTIVITY_PERIOD constant
defines the value of the type property of the event
object for a jkInactivityPeriod event.