1 package net.systemeD.halcyon {
3 import flash.events.Event;
5 public class MapEvent extends Event {
7 public static const DOWNLOAD:String = "download";
8 public static const RESIZE:String = "resize";
9 public static const MOVE:String = "move";
10 public static const NUDGE_BACKGROUND:String = "nudge_background";
11 public static const ERROR:String = "error";
13 public var params:Object;
15 public function MapEvent(eventname:String, params:Object) {