com.web_visage.ichat
Interface IChatParameterAccessor

All Known Implementing Classes:
FailSafeParameterAccessor

public interface IChatParameterAccessor

Specifies access to the iChat parameter values.

Author:
K.Baturytski

Method Summary
 int readInt(int anIdx)
          Returns an int paramter by the given index.
 EnumStatus readStatus(int anIdx)
          Returns a status parameter by the given index.
 java.lang.String readString(int anIdx)
          Returns a string parameter by the given index.
 

Method Detail

readString

java.lang.String readString(int anIdx)
Returns a string parameter by the given index.

Parameters:
anIdx - - parameter's index
Returns:

readStatus

EnumStatus readStatus(int anIdx)
Returns a status parameter by the given index.

Parameters:
anIdx - - parameter's index
Returns:

readInt

int readInt(int anIdx)
Returns an int paramter by the given index.

Parameters:
anIdx - - parameter's index
Returns: