- Type Parameters:
T - the type of the return value of the function
- All Known Implementing Classes:
- CreateLoaderEvent, GetCacheFolderEvent, GetConfigurationEvent, GetETLManagerEvent, GetMainLogEvent, GetMavenUtilsEvent, GetRepositoryNameEvent, GetRestObjectEvent, GetSchedulerEvent, RegisterParameterEvent
public interface ISynchronousEvent<T>
Interface for synchronous events. A synchronous event
can trigger a registered function anywhere, without having
to know the owning object or implementation thereof.
The function must return a value.
- Author:
- Robin Weiss