Sha256: 5f7c87d6f663792e60c04cd734ee312f01d5e522168837b8168eecd225250c66

Contents?: true

Size: 471 Bytes

Versions: 17

Compression:

Stored size: 471 Bytes

Contents

package com.rho.connectionchecking;

import com.rhomobile.rhodes.api.RhoApiFactory;

public class ConnectionCheckingFactory implements IConnectionCheckingFactory {

	private ConnectionCheckingSingleton singleton;

	@Override
	public
	IConnectionCheckingSingleton getApiSingleton() {
		if(singleton == null) singleton = new ConnectionCheckingSingleton(this);
		return singleton;
	}

	@Override
	public
	IConnectionChecking getApiObject(String id) {
		
		return null;
	}
}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-7.5.1 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-7.4.1 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-7.1.17 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-6.2.0 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-6.0.11 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.18 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.17 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.15 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.0.22 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.2 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.0.7 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.0.3 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
rhodes-5.5.0 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
tauplatform-1.0.3 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
tauplatform-1.0.2 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java
tauplatform-1.0.1 lib/commonAPI/ConnectionChecking/ext/platform/android/src/com/rho/connectionchecking/ConnectionCheckingFactory.java