blueme.messenger.common
Interface iConfig

All Known Implementing Classes:
Config

public interface iConfig

Interface for the Config class.


Method Summary
 boolean getAutoLock()
          Get automated key lock flag
 int getConfigVersion()
          Get Config version.
 java.lang.String getLanguage()
          Get language code Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm Default language is EN (English)
 boolean isChat()
          Get the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout
 java.lang.String serialize()
          Serialize data.
 void setAutoLock(boolean autoLock)
          Set automated key lock flag
 void setChat(boolean chat)
          Set the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout
 void setLanguage(java.lang.String languageCode)
          Define application language Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm
 void unserialize(java.lang.String data)
          Unserialize data
 

Method Detail

getConfigVersion

int getConfigVersion()
Get Config version.


isChat

boolean isChat()
Get the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout


getAutoLock

boolean getAutoLock()
Get automated key lock flag


setChat

void setChat(boolean chat)
Set the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout


setAutoLock

void setAutoLock(boolean autoLock)
Set automated key lock flag


setLanguage

void setLanguage(java.lang.String languageCode)
Define application language Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm


getLanguage

java.lang.String getLanguage()
Get language code Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm Default language is EN (English)


serialize

java.lang.String serialize()
Serialize data.


unserialize

void unserialize(java.lang.String data)
                 throws java.lang.IllegalArgumentException
Unserialize data

Throws:
java.lang.IllegalArgumentException