Interface Activity

All Superinterfaces:
ActivityDefObserver, java.lang.Comparable<Activity>, ProgressCapable, StateCapable
All Known Implementing Classes:
SimpleActivity, StandardActivity, StandardActivityType

public interface Activity
extends java.lang.Comparable<Activity>, ActivityDefObserver, ProgressCapable, StateCapable
Provides the components needed to build and run an activity a runtime. The easiest way to build a useful Activity is to extend SimpleActivity.