Home | Trees | Indices | Help |
|
---|
|
object --+ | interfaces.INotifier --+ | observer.Notifier --+ | object --+ | | | interfaces.INotifier --+ | | | interfaces.IMediator --+ | Mediator
A base IMediator
implementation.
See Also: View
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
NAME =
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Mediator Constructor Typically, a
|
Get the name of the
|
Set the
|
Get the Additionally, an implicit getter will usually be defined in the subclass that casts the view object to a type, like this: private function get comboBox : mx.controls.ComboBox { return viewComponent as mx.controls.ComboBox; }
|
List the
|
Handle Typically this will be handled in a if/else statement, with one
'comparison' entry per
|
Called by the View when the Mediator is registered
|
Called by the View when the Mediator is removed
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 23 18:56:02 2012 | http://epydoc.sourceforge.net |