All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.inkapplications.android.eventdispatcher.event.activity.ActivityEvent Maven / Gradle / Ivy

The newest version!
package com.inkapplications.android.eventdispatcher.event.activity;

import android.app.Activity;

/**
 * ActivityEvent
 *
 * @author Maxwell.Vandervelde 
 */
public class ActivityEvent
{
    private Activity activity;

    public ActivityEvent(Activity activity)
    {
        this.activity = activity;
    }

    final public Activity getActivity()
    {
        return this.activity;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy