Package com.inet.report
Interface RDC.MsgListener
-
- Enclosing class:
- RDC
public static interface RDC.MsgListenerFOR INTERNAL USE ONLY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intquery(java.lang.String key)This method is called for an (withEngine.setMsgListener) registered listener if a question should answered by the user.
-
-
-
Field Detail
-
YES
static final int YES
Default answer possibility for implementor of methodquery- See Also:
query(String), Constant Field Values
-
NO
static final int NO
Default answer possibility for implementor of methodquery- See Also:
query(String), Constant Field Values
-
CANCEL
static final int CANCEL
Default answer possibility for implementor of methodquery- See Also:
query(String), Constant Field Values
-
-