Interface RbelFilePreSaveListener

All Known Implementing Classes:
BundledServerNameWriterAndReader, MessageTimeWriter, TcpIpMessageFacetWriter, TcpIpMessageFaceWriter

public interface RbelFilePreSaveListener
Interface for a listener that is called before a message is saved to a file. This is useful to store metainformation about the message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preSaveCallback(RbelElement rbelElement, org.json.JSONObject jsonObject)
    Callback method that is called for every message.
  • Method Details

    • preSaveCallback

      void preSaveCallback(RbelElement rbelElement, org.json.JSONObject jsonObject)
      Callback method that is called for every message. The JSON object is the object that will be saved to the file.
      Parameters:
      rbelElement -
      jsonObject -