Class Z21CanReporter

    • Constructor Detail

      • Z21CanReporter

        public Z21CanReporter​(java.lang.String systemName,
                              java.lang.String userName,
                              Z21SystemConnectionMemo memo)
        Create a new Z21CanReporter.
        Parameters:
        systemName - the system name of the new reporter.
        userName - the user name of the new reporter.
        memo - an instance of Z21SystemConnectionMemo this reporter is associated with.
    • Method Detail

      • reply

        public void reply​(Z21Reply msg)
        Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
        Specified by:
        reply in interface Z21Listener
        Parameters:
        msg - The received z21 reply. Note that this same object may be presented to multiple users. It should not be modified here.
      • message

        public void message​(Z21Message msg)
        Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout. Normally, this function will do nothing.
        Specified by:
        message in interface Z21Listener
        Parameters:
        msg - The received z21 message. Note that this same object may be presented to multiple users. It should not be modified here.