public interface

ListenableActivity

com.facebook.common.activitylistener.ListenableActivity

Class Overview

Interface for activities that support dynamic addition of ActivityListeners

Summary

Public Methods
abstract void addActivityListener(ActivityListener listener)
Adds ActivityListener to the activity
abstract void removeActivityListener(ActivityListener listener)
Removes ActivityListener from the activity

Public Methods

public abstract void addActivityListener (ActivityListener listener)

Adds ActivityListener to the activity

public abstract void removeActivityListener (ActivityListener listener)

Removes ActivityListener from the activity