Search
TaskEvent Constructor
See Also
 






Initializes a new instance of the TaskEvent class.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public TaskEvent (
    Object source,
    Task task
)

 Parameters

source

The Schedule that raises this event.

task

The Task instance for which the event is raised.

 See Also