Interface ResultedEvent<T>
- Type Parameters:
T
- the type of result that is expected.
public interface ResultedEvent<T>
Event with result.
-
Method Summary
-
Method Details
-
getResult
T getResult()
-
T
- the type of result that is expected.