public class EventRaiser extends Object

Each view owns an instance of this class, and it is used to send events to the event target thread.

Note that it is safe to post events directly to that thread, since a shutdown will not occur unless there are no listeners. If there are no listeners, all instances of this class will be cleaned up.

Public Constructor Summary

Public Method Summary

void
raiseEvents(List<? extends Event> events)

Inherited Method Summary

Public Constructors

public EventRaiser (Context ctx)

Parameters
ctx

Public Methods

public void raiseEvents (List<? extends Event> events)

Parameters
events