Home | Trees | Indices | Help |
|
---|
|
object --+ | IController
The interface definition for a PureMVC Controller.
In PureMVC, an IController
implementor follows the
'Command and Controller' strategy, and assumes these
responsibilities:
Remembering which ICommand
s are intended to handle which
INotifications
.
Registering itself as an IObserver
with the
View
for each INotification
that it has an
ICommand
mapping for.
Creating a new instance of the proper ICommand
to handle
a given INotification
when notified by the
View
.
Calling the ICommand
's execute
method,
passing in the INotification
.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Register a particular Raises
|
Execute the Raises
|
Remove a previously registered Raises
|
Check if a Command is registered for a given Notification. Raises
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 23 18:56:02 2012 | http://epydoc.sourceforge.net |