Sha256: f8c488ff8f6669e3dff16ad8005e9f72075ef9172258bf08a2113210c0405b85

Contents?: true

Size: 796 Bytes

Versions: 14

Compression:

Stored size: 796 Bytes

Contents

package com.rho.mediacapture;

import com.rho.videocapture.VideocaptureFactory;
import com.rho.camera.CameraFactory;
import com.rho.camera.CameraRhoListener;
import com.rhomobile.rhodes.Logger;
import com.rhomobile.rhodes.extmanager.AbstractRhoListener;
import com.rhomobile.rhodes.extmanager.IRhoExtManager;
import com.rhomobile.rhodes.extmanager.IRhoListener;

public class RhoListener extends AbstractRhoListener implements IRhoListener {

    @Override
    public void onCreateApplication(IRhoExtManager extManager) {
        try {
            new CameraRhoListener().onCreateApplication(extManager);
            new VideocaptureFactory().onCreateApplication(extManager);
        }
        catch(NullPointerException e) {
            Logger.E("MediacaptureRhoListener", e);
        }
    }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-7.5.1 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-7.4.1 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-7.1.17 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-6.2.0 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-6.0.11 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.18 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.17 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.15 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.0.22 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.2 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.0.7 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.0.3 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java
rhodes-5.5.0 lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/mediacapture/RhoListener.java