Sha256: 0bbe4b4094545a8ce3f0e5338555920bb23b49e8f596cd2bb76ae3eadde83f70
Contents?: true
Size: 490 Bytes
Versions: 14
Compression:
Stored size: 490 Bytes
Contents
package com.rho.instrumentation; import com.rhomobile.rhodes.api.RhoApiFactory; public class InstrumentationFactory extends RhoApiFactory< Instrumentation, InstrumentationSingleton> implements IInstrumentationFactory { @Override protected InstrumentationSingleton createSingleton() { return new InstrumentationSingleton(this); } @Override protected Instrumentation createApiObject(String id) { return new Instrumentation(id); } }
Version data entries
14 entries across 14 versions & 1 rubygems