Interface RDC.MsgListener
- Enclosing class:
RDC
public static interface RDC.MsgListener
FOR INTERNAL USE ONLY
-
Field Summary
Fields -
Method Summary
-
Field Details
-
YES
static final int YESDefault answer possibility for implementor of methodquery- See Also:
-
NO
static final int NODefault answer possibility for implementor of methodquery- See Also:
-
CANCEL
static final int CANCELDefault answer possibility for implementor of methodquery- See Also:
-
-
Method Details
-
query
This method is called for an (withEngine.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:
-