com.parse
Class ConfigCallback

Object
  extended by com.parse.ConfigCallback

public abstract class ConfigCallback
extends Object


Constructor Summary
ConfigCallback()
           
 
Method Summary
abstract  void done(ParseConfig config, ParseException e)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigCallback

public ConfigCallback()
Method Detail

done

public abstract void done(ParseConfig config,
                          ParseException e)