Back to project page EZ-Wifi-Notification.
The source code is released under:
GNU General Public License
If you think the Android project EZ-Wifi-Notification 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 et.nWifiManager.Analyzers; import android.content.Intent; import et.nWifiManager.Message.Message; public interface IntentAnalyzerInterface { public Message AnalyzeIntent(Intent intent); }