Class com.flashdoctors.dose.command.GetURLCommand

Implemented Interfaces

ICommand

Description

GetURLCommand class (not implemented yet)

Method Index

execute(), getURL(), getWindow(), setURL(), setWindow()

Inherited from AbstractCommand

Method Detail

setURL

public function setURL(url:String):Void

Sets the uRL value of this GetURLCommand.

Parameters

urla value for url

Return

Void

getURL

public function getURL():String

Gets the uRL value of this GetURLCommand.

Return

String

setWindow

public function setWindow(window:String):Void

Sets the window value of this GetURLCommand.

Parameters

windowa value for window

Return

Void

getWindow

public function getWindow():String

Gets the window value of this GetURLCommand.

Return

String

execute

public function execute():Void

// TODO: Add description of the execute method.

Return

Void

Specified By

execute() in com.flashdoctors.reflex.ICommand

Overrides

execute() in com.flashdoctors.reflex.AbstractCommand