Back to project page AndroidPlugin.
The source code is released under:
MIT License
If you think the Android project AndroidPlugin listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.limemobile.app.plugin.internal; import com.limemobile.app.plugin.IPluginContentProvider; public interface IPluginContentProviderDelegate { public void attach(IPluginContentProvider delegatedContentProvider); }