Sha256: 1486d1254b585285bb15636454fb962c8f1e7756e4ff52a733fe8f88aff66991

Contents?: true

Size: 365 Bytes

Versions: 7

Compression:

Stored size: 365 Bytes

Contents

package com.rhomobile.rhodes;

import android.content.Intent;


public interface RhodesActivityListener {
	
	void onCreate(RhodesActivity activity, Intent intent);
	void onPause(RhodesActivity activity);
	void onResume(RhodesActivity activity);
	void onNewIntent(RhodesActivity activity, Intent intent);
	
	void onRhodesActivityStartup(RhodesActivity activity);
	
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.2.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.1 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.1.beta.8 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.1.beta.7 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.1.beta.6 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java
rhodes-3.0.1.beta.5 platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivityListener.java