Interface ResultedEvent<T>

Type Parameters:
T - the type of result that is expected.

public interface ResultedEvent<T>
Event with result.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getResult

      T getResult()