Dodanie aplikacji sorl.thumbnail i filebrowser.
[redakcja.git] / platforma / static / filebrowser / uploadify / com / adobe / protocols / dict / events / MatchEvent.as
diff --git a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.as b/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/events/MatchEvent.as
new file mode 100755 (executable)
index 0000000..65b8688
--- /dev/null
@@ -0,0 +1,26 @@
+package com.adobe.protocols.dict.events\r
+{\r
+       import flash.events.Event;\r
+       import com.adobe.protocols.dict.Dict;\r
+\r
+       public class MatchEvent\r
+               extends Event\r
+       {\r
+               private var _matches:Array;\r
+               \r
+               public function MatchEvent()\r
+               {\r
+                       super(Dict.MATCH);\r
+               }\r
+               \r
+               public function set matches(matches:Array):void\r
+               {\r
+                       this._matches = matches;\r
+               }\r
+               \r
+               public function get matches():Array\r
+               {\r
+                       return this._matches;\r
+               }\r
+       }\r
+}
\ No newline at end of file