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

eu.cedarsoft.utils.event.EventContextProvider Maven / Gradle / Ivy

The newest version!
package eu.cedarsoft.utils.event;

import org.jetbrains.annotations.Nullable;

/**
 * Provides the context for an event
 */
public interface EventContextProvider {
  @Nullable
  Object getContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy