postFullSync

public final static T postFullSync<T extends Event>(T event)

Posts an event synchronously ensuring all handlers are executed on the calling thread.

Return

The event after processing.

Parameters

T

The type of the event.

event

The event to post.