User login

Interface for the Controller

package {

public interface IController
{
function setView(c:String):void
}
}