Interface EventHandler<T,​E>


public interface EventHandler<T,​E>
  • Method Summary

    Modifier and Type Method Description
    T handle​(T state, Event<E> e)