Home | Trees | Indices | Help |
|
---|
|
object --+ | INotifier
The interface definition for a PureMVC Notifier.
MacroCommand, Command, Mediator
and Proxy
all have a need to send Notifications
.
The INotifier
interface provides a common method called
sendNotification
that relieves implementation code of the
necessity to actually construct Notifications
.
The Notifier
class, which all of the above mentioned
classes extend, also provides an initialized reference to the
Facade
Singleton, which is required for the convienience
method for sending Notifications
, but also eases
implementation as these classes have frequent Facade
interactions and usually require access to the facade anyway.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Send a Convenience method to prevent having to construct new notification instances in our implementation code. Raises
|
Initialise this INotifier instance. This is how a Notifier gets its multitonKey. Calls to sendNotification or to access the facade will fail until after this method has been called. Raises
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 23 18:56:02 2012 | http://epydoc.sourceforge.net |