Interface SynchronousEvent

All Known Implementing Classes:
AbstractDataImportEvent, AddonSampleDataImportedEvent, CoreDataImportedEvent, SampleDataImportedEvent

public interface SynchronousEvent
Decide whether the event should be sent synchronous whenever possible. If not implementing this interface events are normally sent asynchronuous. Note that exceptions from listeners will NOT affect the further processing on the sender side - events are generally NOT intended for hooking into the process, they are just listeners.