Sha256: d6a104bb0275a659facec3a53a263cdc4d184f61c328df665947adb2d635ce0b
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
package com.rho.notification; public class NotificationFactorySingleton { private static INotificationFactory mFactory; public static void setInstance(INotificationFactory factory) { mFactory = factory; } public static INotificationFactory getInstance() { return mFactory; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/android/generated/src/com/rho/notification/NotificationFactorySingleton.java |