Package | org.bigbluebutton.modules.presentation.view |
Class | public class PresentationWindowMediator |
Inheritance | PresentationWindowMediator org.puremvc.as3.multicore.patterns.mediator.Mediator |
Implements | org.puremvc.as3.multicore.interfaces.IMediator |
Property | Defined by | ||
---|---|---|---|
presentationWindow : PresentationWindow [read-only]
| PresentationWindowMediator |
Method | Defined by | ||
---|---|---|---|
PresentationWindowMediator(view:PresentationWindow)
The constructor.
| PresentationWindowMediator | ||
handleNotification(notification:INotification):void
Handles a received notification
| PresentationWindowMediator | ||
listNotificationInterests():Array
| PresentationWindowMediator |
Constant | Defined by | ||
---|---|---|---|
CONNECT : String = "Connect to Presentation" [static]
| PresentationWindowMediator | ||
NAME : String = "PresentationWindowMediator" [static]
| PresentationWindowMediator | ||
OPEN_UPLOAD : String = "Open File Upload Window" [static]
| PresentationWindowMediator | ||
SHARE : String = "Share Presentation" [static]
| PresentationWindowMediator |
presentationWindow | property |
presentationWindow:PresentationWindow
[read-only]Implementation
public function get presentationWindow():PresentationWindow
PresentationWindowMediator | () | constructor |
public function PresentationWindowMediator(view:PresentationWindow)
The constructor. Registers the view component with this mediator
Parametersview:PresentationWindow |
handleNotification | () | method |
public override function handleNotification(notification:INotification):void
Handles a received notification
Parametersnotification:INotification |
listNotificationInterests | () | method |
public override function listNotificationInterests():Array
Returns
Array — A list of the notifications this class listens to
This class listens to:
PresentationFacade.READY_EVENT
PresentationFacade.VIEW_EVENT
|
CONNECT | constant |
public static const CONNECT:String = "Connect to Presentation"
NAME | constant |
public static const NAME:String = "PresentationWindowMediator"
OPEN_UPLOAD | constant |
public static const OPEN_UPLOAD:String = "Open File Upload Window"
SHARE | constant |
public static const SHARE:String = "Share Presentation"