1 package com.adobe.protocols.dict.events
\r
3 import flash.events.Event;
\r
4 import com.adobe.protocols.dict.Dict;
\r
6 public class MatchEvent
\r
9 private var _matches:Array;
\r
11 public function MatchEvent()
\r
16 public function set matches(matches:Array):void
\r
18 this._matches = matches;
\r
21 public function get matches():Array
\r
23 return this._matches;
\r