Interface AuditerListener


@Deprecated public interface AuditerListener
Deprecated.
This interface represdents classes which can be registered as listeners to Auditer.
Author:
Slavek Licehammer,
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyWith(String message)
    Deprecated.
    This method process received message.
  • Method Details

    • notifyWith

      void notifyWith(String message)
      Deprecated.
      This method process received message. Auditer sends messages via this method.
      Parameters:
      message - received message (from auditer)