public static synchronized BBMKeyListener getInstance() {
            if (instance == null) {
                instance = (BBMKeyListener) RuntimeStore.getRuntimeStore().get(GUID);
                if (instance == null) {
                    final BBMKeyListener singleton = new BBMKeyListener();