com.terheyden.event.SpecialEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of event-router Show documentation
Show all versions of event-router Show documentation
Simple, fast, flexible event router / event bus for Java
The newest version!
package com.terheyden.event;
/**
* Special events are events that are published by the event router itself.
*/
public interface SpecialEvent {
// Marker.
}