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 TypeMethodDescriptionvoid
onSpyEvent
(Object event) Report an event in the Arez system.
-
Method Details
-
onSpyEvent
Report an event in the Arez system.- Parameters:
event
- the event that occurred.
-