ActiveTaskList

public abstract class ActiveTaskList extends Component

ActiveTaskList is a module component which represents a collection of active tasks.

Author:Hugo Y. K. Lam

See also: ActiveTask

Methods

getTaskList

public abstract List getTaskList()

Gets the active task list.

Returns:the active task list.