| Package | events |
| Class | public class WorkTimerEvent |
| Inheritance | WorkTimerEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| callerRef : WorkTimer
The reference to WorkTimer instance that dispathed the event
| WorkTimerEvent | ||
| endTime : TimeObject
The time of the day to end working
| WorkTimerEvent | ||
| startTime : TimeObject
The time of the day to start working
| WorkTimerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WorkTimerEvent(type:String, callerRef:WorkTimer)
Creates the instance of WorkTimerEvent
| WorkTimerEvent | ||
|
clone():Event
Creates a copy of the WorkTimerEvent object and sets the value of each property to match that of the original.
| WorkTimerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| END : String = "end" [static]
The type ptoperty of the working period end-of-the-day event
| WorkTimerEvent | ||
| FULL_END : String = "fullEnd" [static]
The type ptoperty of the working period end-of-working-period event
| WorkTimerEvent | ||
| START : String = "start" [static]
The type ptoperty of the working period start event
| WorkTimerEvent | ||
| TIMER : String = "timer" [static]
The type ptoperty of the working period timer event during the working period
| WorkTimerEvent | ||
| callerRef | property |
public var callerRef:WorkTimerThe reference to WorkTimer instance that dispathed the event
| endTime | property |
public var endTime:TimeObjectThe time of the day to end working
| startTime | property |
public var startTime:TimeObjectThe time of the day to start working
| WorkTimerEvent | () | constructor |
public function WorkTimerEvent(type:String, callerRef:WorkTimer)Creates the instance of WorkTimerEvent
Parameterstype:String — Event type
|
|
callerRef:WorkTimer — The reference to WorkTimer instance that dispathes the event
|
| clone | () | method |
public override function clone():EventCreates a copy of the WorkTimerEvent object and sets the value of each property to match that of the original.
ReturnsEvent — A new WorkTimerEvent object with property values that match those of the original.
|
| END | constant |
public static const END:String = "end"The type ptoperty of the working period end-of-the-day event
| FULL_END | constant |
public static const FULL_END:String = "fullEnd"The type ptoperty of the working period end-of-working-period event
| START | constant |
public static const START:String = "start"The type ptoperty of the working period start event
| TIMER | constant |
public static const TIMER:String = "timer"The type ptoperty of the working period timer event during the working period