summaryrefslogtreecommitdiff
path: root/flash-src/IWebSocketWrapper.as
diff options
context:
space:
mode:
Diffstat (limited to 'flash-src/IWebSocketWrapper.as')
-rw-r--r--flash-src/IWebSocketWrapper.as10
1 files changed, 10 insertions, 0 deletions
diff --git a/flash-src/IWebSocketWrapper.as b/flash-src/IWebSocketWrapper.as
new file mode 100644
index 0000000..06bebcd
--- /dev/null
+++ b/flash-src/IWebSocketWrapper.as
@@ -0,0 +1,10 @@
+package {
+
+ public interface IWebSocketWrapper {
+ function getOrigin():String;
+ function getCallerHost():String;
+ function log(message:String):void;
+ function fatal(message:String):void;
+ function error(message:String):void;
+ }
+} \ No newline at end of file