ListenerSet.IterationFinishedEvent


public interface ListenerSet.IterationFinishedEvent<T>


An event sent to a listener when all other events sent during one Looper message queue iteration were handled by the listener.

Parameters
<T>

The listener type.

Summary

Public methods

abstract void
invoke(T listener, FlagSet eventFlags)

Invokes the iteration finished event.

Public methods

invoke

abstract void invoke(T listener, FlagSet eventFlags)

Invokes the iteration finished event.

Parameters
T listener

The listener to invoke the event on.

FlagSet eventFlags

The combined event flags of all events sent in this iteration.