package com.guru.key {

	import com.guru.event.CusEvent;
	public class KeySequenceEvent extends CusEvent{
		
		public static var KEY_SEQUENCE:String = "onKeySequence";
		public function KeySequenceEvent(pType:String) {
			super(pType);
		}
	}
}
