public class TaskViewDismissedEvent extends EventBus.Event
TaskView
has been dismissed and is no longer visible.Modifier and Type | Field and Description |
---|---|
AnimationProps |
animation |
Task |
task |
TaskView |
taskView |
Constructor and Description |
---|
TaskViewDismissedEvent(Task task,
TaskView taskView,
AnimationProps animation) |
public final Task task
public final TaskView taskView
public final AnimationProps animation
public TaskViewDismissedEvent(Task task, TaskView taskView, AnimationProps animation)