Search
ChangeItemCommand Constructor
See Also
 






Initializes a new instance of the ChangeItemCommand class.

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

 Syntax

Java  Copy Code

public ChangeItemCommand (
    Schedule schedule,
    Item item
)

 Parameters

schedule

The Schedule whose item is changed.

item

The Item that will be modified.

 See Also