NotifyMethod

Set the notification method (callback) method of the interested object
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public Action<INotification> NotifyMethod {
	set;
	}

Remarks

The notification method should take one parameter of type INotification