AI2 Component
(Version nb184)
OnNewIntentListener.java
Go to the documentation of this file.
1
// Copyright 2008 Google Inc. All Rights Reserved.
2
3
package
com.google.appinventor.components.runtime;
4
5
import
android.content.Intent;
6
13
public
interface
OnNewIntentListener
{
14
public
void
onNewIntent
(Intent intent);
15
}
com.google.appinventor.components.runtime.OnNewIntentListener.onNewIntent
void onNewIntent(Intent intent)
com.google.appinventor.components.runtime.OnNewIntentListener
Definition:
OnNewIntentListener.java:13
com
google
appinventor
components
runtime
OnNewIntentListener.java
Generated by
1.8.16