Interface RDC.MsgListener

Enclosing class:
RDC

public static interface RDC.MsgListener
FOR INTERNAL USE ONLY
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default answer possibility for implementor of method query
    static final int
    Default answer possibility for implementor of method query
    static final int
    Default answer possibility for implementor of method query
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This method is called for an (with Engine.setMsgListener) registered listener if a question should answered by the user.
  • Field Details

  • Method Details

    • query

      int query(String key)
      This method is called for an (with Engine.setMsgListener) registered listener if a question should answered by the user.
      Parameters:
      key - The message or the key of a message in a language ressource for the user.
      Returns:
      the answer of the user.
      See Also: