com.aol.acc
Class AccPreferencesHook

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccPreferencesHook

public abstract class AccPreferencesHook
extends AccBase

The IAccPreferencesHook interface is for applications to subclass in order to provide a preference local store to AIMcc.


Constructor Summary
AccPreferencesHook()
           
AccPreferencesHook(long oldHandle)
           
AccPreferencesHook(long oldHandle, boolean mem)
           
 
Method Summary
abstract  java.lang.String[] getChildSpecifiers(java.lang.String specifier)
          Returns all immediate child preference specifiers.
abstract  java.lang.String getDefaultValue(java.lang.String specifier)
          Gets a default for the specified preference.
abstract  java.lang.String getValue(java.lang.String specifier)
          Gets the specified preference.
abstract  void reset(java.lang.String specifier)
          Resets the specified preference.
abstract  void setValue(java.lang.String specifier, java.lang.String value)
          Sets the specified preference.
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccPreferencesHook

public AccPreferencesHook()

AccPreferencesHook

public AccPreferencesHook(long oldHandle)

AccPreferencesHook

public AccPreferencesHook(long oldHandle,
                          boolean mem)
Method Detail

getValue

public abstract java.lang.String getValue(java.lang.String specifier)
Gets the specified preference.


getDefaultValue

public abstract java.lang.String getDefaultValue(java.lang.String specifier)
Gets a default for the specified preference.


setValue

public abstract void setValue(java.lang.String specifier,
                              java.lang.String value)
Sets the specified preference.


reset

public abstract void reset(java.lang.String specifier)
Resets the specified preference.


getChildSpecifiers

public abstract java.lang.String[] getChildSpecifiers(java.lang.String specifier)
Returns all immediate child preference specifiers.