onEvent method

void onEvent(
  1. AsyncResult<InT> prev,
  2. AsyncResult<InT> next
)

A life-cycle method invoked when CustomProviderListenable.source. changes after the initial event.

It will not be called with the initial value.

Implementation

void onEvent(AsyncResult<InT> prev, AsyncResult<InT> next) {}