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

arez.spy.SerializableEvent Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
package arez.spy;

import java.util.Map;
import javax.annotation.Nonnull;

/**
 * Interface used to serialize events.
 * This interface is to enhance debugging and test tools.
 */
public interface SerializableEvent
{
  /**
   * Convert event attributes to json compatible values in map.
   *
   * @param map the map in which to serialize values.
   */
  void toMap( @Nonnull final Map map );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy