EventDispatcher

fun interface EventDispatcher

A class implementing this fun interface will expose a method to dispatch an com.facebook.litho.annotations.Event given an EventHandler.

Inheritors

Functions

Link copied to clipboard
abstract fun dispatchOnEvent(eventHandler: EventHandler<*>, eventState: Any): Any?