HandleNotification(INotification)

Handle an INotification.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract void HandleNotification(
	INotification notification
	)

Parameters

notificationINotification
notification the INotification to be handled