User login

Interface for the Model

package {
import flash.events.*;
import flash.display.Bitmap;

public interface IModel extends IEventDispatcher
{
function getXml():XML
function setView(c:String):void
function getView():String
}
}