HandleNotification(INotification)

Handle INotifications.
Namespace: PureMVC.Patterns.MediatorAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public void HandleNotification(
	INotification notification
	)

Parameters

notificationINotification

Remarks

Typically this will be handled in a switch statement, with one 'case' entry per INotificationthe Mediator is interested in.