All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arez.spy.SpyEventHandler Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
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