| ||||||||
PREV NEXT | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | DESTR | METHOD | DETAIL: FIELD | CONSTR | DESTR | METHOD |
Method Summary | |
public function Boolean |
HasCommand(NotificationName: string) Check if a Command is registered for a given Notification |
public function Boolean |
HasMediator(MediatorName: string) Check if a Mediator is registered or not |
public function Boolean |
HasProxy(ProxyName: string) Check if a Proxy is registered |
public Sub |
NotifyObservers(Note: PureMVC.Interfaces.INotification.INotification ) Notify the IObservers for a particular INotification. All previously attached IObservers for this INotification's list are notified and are passed a reference to the INotification in the order in which they were registered.NOTE: Use this method only if you are sending custom Notifications. Otherwise use the sendNotification method which does not require you to create the Notification instance. |
public Sub |
RegisterCommand(NotificationName: string; CommandType: TClass) Register an ICommand with the Controller |
public Sub |
RegisterMediator(Mediator: PureMVC.Interfaces.IMediator.IMediator ) Register an IMediator instance with the View |
public Sub |
RegisterProxy(Proxy: PureMVC.Interfaces.IProxy.IProxy ) Register an IProxy with the Model by name |
public Sub |
RemoveCommand(NotificationName: string) Remove a previously registered ICommand to INotification mapping from the Controller. |
public function PureMVC.Interfaces.IMediator.IMediator |
RemoveMediator(MediatorName: string) Remove a IMediator instance from the View |
public function PureMVC.Interfaces.IMediator.IMediator |
RemoveMediator(Mediator: PureMVC.Interfaces.IMediator.IMediator ) |
public function PureMVC.Interfaces.IProxy.IProxy |
RemoveProxy(ProxyName: string) Remove an IProxy instance from the Model by name |
public function PureMVC.Interfaces.IMediator.IMediator |
RetrieveMediator(MediatorName: string) Retrieve an IMediator instance from the View |
public function PureMVC.Interfaces.IProxy.IProxy |
RetrieveProxy(ProxyName: string) Retrieve a IProxy from the Model by name |
Method Detail |
public function HasCommand(NotificationName: string): Boolean
public function HasMediator(MediatorName: string): Boolean
public function HasProxy(ProxyName: string): Boolean
public procedure NotifyObservers(Note: PureMVC.Interfaces.INotification.INotification )
public procedure RegisterCommand(NotificationName: string; CommandType: TClass)
public procedure RegisterMediator(Mediator: PureMVC.Interfaces.IMediator.IMediator )
public procedure RegisterProxy(Proxy: PureMVC.Interfaces.IProxy.IProxy )
public procedure RemoveCommand(NotificationName: string)
public function RemoveMediator(MediatorName: string): PureMVC.Interfaces.IMediator.IMediator
public function RemoveMediator(Mediator: PureMVC.Interfaces.IMediator.IMediator ): PureMVC.Interfaces.IMediator.IMediator
public function RemoveProxy(ProxyName: string): PureMVC.Interfaces.IProxy.IProxy
public function RetrieveMediator(MediatorName: string): PureMVC.Interfaces.IMediator.IMediator
public function RetrieveProxy(ProxyName: string): PureMVC.Interfaces.IProxy.IProxy
Generalization Link |
| ||||||||
PREV NEXT | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | DESTR | METHOD | DETAIL: FIELD | CONSTR | DESTR | METHOD |