Package arez.spy

Interface SpyEventHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Interface for receiving spy events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report an event in the Arez system.
  • Method Details

    • onSpyEvent

      void onSpyEvent(@Nonnull Object event)
      Report an event in the Arez system.
      Parameters:
      event - the event that occurred.