Interface Publisher<E extends Event<?>>

Type Parameters:
E - the element type

public interface Publisher<E extends Event<?>>
A system publishing ActionEvent instances (such as an event bus), may implement this interface. An observable (event listener), in case of being of type Observer, may be notified using the Observer.onEvent(Event) method.