Interface EventReporter

All Superinterfaces:
Serializable

public interface EventReporter extends Serializable
Implementations MUST be thread-safe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EventReporter
    An Event Reporter that performs no action and ignores all given input
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reportEvent(Severity severity, String category, String message)
     
  • Field Details

    • NO_OP

      static final EventReporter NO_OP
      An Event Reporter that performs no action and ignores all given input
  • Method Details