playn.flash
Class FlashNet

java.lang.Object
  extended by playn.flash.FlashNet
All Implemented Interfaces:
Net

public class FlashNet
extends Object
implements Net


Constructor Summary
FlashNet()
           
 
Method Summary
 void get(String url, Callback<String> callback)
           
 void post(String url, String data, Callback<String> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashNet

public FlashNet()
Method Detail

get

public void get(String url,
                Callback<String> callback)
Specified by:
get in interface Net

post

public void post(String url,
                 String data,
                 Callback<String> callback)
Specified by:
post in interface Net


Copyright © 2011. All Rights Reserved.