IController

public protocol IController

The interface definition for a PureMVC Controller.

In PureMVC, an IController implementor follows the ‘Command and Controller’ strategy, and assumes these responsibilities:

@see org.puremvc.swift.interfaces INotification

@see org.puremvc.swift.interfaces ICommand