FooProvider.java :  » UnTagged » python-for-android » com » dummy » fooforandroid » Android Open Source

Android Open Source » UnTagged » python for android 
python for android » com » dummy » fooforandroid » FooProvider.java
package com.dummy.fooforandroid;

import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
import com.googlecode.android_scripting.interpreter.InterpreterProvider;

public class FooProvider extends InterpreterProvider {
  @Override
  protected InterpreterDescriptor getDescriptor() {
    return new FooDescriptor();
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.