Class OperationInvokeEvent<ArgType>

    • Constructor Detail

      • OperationInvokeEvent

        public OperationInvokeEvent​(Dialog dialog,
                                    TcapOperation operation,
                                    ArgType argument,
                                    int invokeId,
                                    boolean linkedIdPresent,
                                    int linkedId,
                                    boolean lastInvoke)
    • Method Detail

      • hasLinkedId

        public boolean hasLinkedId()
      • getLinkedId

        public int getLinkedId()
      • getArgument

        public ArgType getArgument()
      • isLastInvoke

        public boolean isLastInvoke()