Interface EventListener<T extends Event>

All Superinterfaces:
Callback

public interface EventListener<T extends Event> extends Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T aEvent)
     
  • Method Details

    • run

      void run(T aEvent)