arez.spy.SpyEventHandler Maven / Gradle / Ivy
package arez.spy;
import javax.annotation.Nonnull;
/**
* Interface for receiving spy events.
*/
@FunctionalInterface
public interface SpyEventHandler
{
/**
* Report an event in the Arez system.
*
* @param event the event that occurred.
*/
void onSpyEvent( @Nonnull Object event );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy