getApplicationContext method

ApplicationContext getApplicationContext()

Returns the ApplicationContext that triggered this event.

This is a convenience method that returns the source of the event.

Implementation

ApplicationContext getApplicationContext() => getSource();