Package | org.bigbluebutton.modules.voiceconference |
Class | public class VoiceModule |
Inheritance | VoiceModule BigBlueButtonModule mx.modules.ModuleBase |
Implements | IRouterAware |
Property | Defined by | ||
---|---|---|---|
activeWindow : MDIWindow | VoiceModule | ||
mshell : MainApplicationShell | BigBlueButtonModule | ||
name : String | BigBlueButtonModule | ||
preferedX : Number | BigBlueButtonModule | ||
preferedY : Number | BigBlueButtonModule | ||
router : Router | BigBlueButtonModule |
Method | Defined by | ||
---|---|---|---|
Creates a new VoiceModule
| VoiceModule | ||
acceptRouter(router:Router, shell:MainApplicationShell):void
Accept a Router object through which messages can be sent and received
| VoiceModule | ||
getMDIComponent():MDIWindow
| VoiceModule | ||
getXPosition():Number
| BigBlueButtonModule | ||
getYPosition():Number
| BigBlueButtonModule | ||
logout():void
| VoiceModule |
Constant | Defined by | ||
---|---|---|---|
DEFAULT_URI : String [static]
| VoiceModule | ||
NAME : String = "VoiceModule" [static]
| VoiceModule |
activeWindow | property |
public var activeWindow:MDIWindow
VoiceModule | () | constructor |
public function VoiceModule()
Creates a new VoiceModule
acceptRouter | () | method |
public override function acceptRouter(router:Router, shell:MainApplicationShell):void
Accept a Router object through which messages can be sent and received
Parametersrouter:Router |
|
shell:MainApplicationShell |
getMDIComponent | () | method |
public override function getMDIComponent():MDIWindow
Returns
MDIWindow |
logout | () | method |
public override function logout():void
DEFAULT_URI | constant |
public static const DEFAULT_URI:String
NAME | constant |
public static const NAME:String = "VoiceModule"