Interface Event<T>


public interface Event<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fire(T event)
     
    select(Annotation... qualifiers)
     
  • Method Details