Interface IGenericEvent<T>

Type Parameters:
T - The filtering type
All Known Implementing Classes:
GenericEvent

@Deprecated(forRemoval=true) public interface IGenericEvent<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Use non-generic events instead, or another system.
Provides a generic event - one that is able to be filtered based on the supplied Generic type
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • getGenericType

      Type getGenericType()
      Deprecated, for removal: This API element is subject to removal in a future version.