All files / output if_apc_wsp_event_handler.intf.mjs

100% Statements 12/12
100% Branches 0/0
100% Functions 0/0
100% Lines 12/12

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 121x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// if_apc_wsp_event_handler.intf.abap
class if_apc_wsp_event_handler {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {};
  static METHODS = {"ON_OPEN": {"visibility": "U", "parameters": {}},
  "ON_MESSAGE": {"visibility": "U", "parameters": {"I_MESSAGE": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "IF_APC_WSP_MESSAGE", RTTIName: "\\INTERFACE=IF_APC_WSP_MESSAGE"});}, "is_optional": " "}}},
  "ON_CLOSE": {"visibility": "U", "parameters": {}},
  "ON_ERROR": {"visibility": "U", "parameters": {"I_REASON": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}}};
}
abap.Classes['IF_APC_WSP_EVENT_HANDLER'] = if_apc_wsp_event_handler;
export {if_apc_wsp_event_handler};
//# sourceMappingURL=if_apc_wsp_event_handler.intf.mjs.map