Changeset View
Changeset View
Standalone View
Standalone View
support/aphlict/client/src/AphlictClient.as
| package { | package { | ||||
| import flash.events.TimerEvent; | import flash.events.TimerEvent; | ||||
| import flash.external.ExternalInterface; | import flash.external.ExternalInterface; | ||||
| import flash.utils.Timer; | import flash.utils.Timer; | ||||
| public class AphlictClient extends Aphlict { | final public class AphlictClient extends Aphlict { | ||||
| /** | /** | ||||
| * The connection name for this client. This will be used for the | * The connection name for this client. This will be used for the | ||||
| * @{class:LocalConnection} object. | * @{class:LocalConnection} object. | ||||
| */ | */ | ||||
| private var client:String; | private var client:String; | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 113 Lines • Show Last 20 Lines | |||||