Interface EventBus.EventListener<T extends Event>

Enclosing class:
EventBus

public static interface EventBus.EventListener<T extends Event>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(T event)