Sets the newly created resource.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void setResource ( |
An instance of a Resource-derived class.
RemarksUpon handling the ScheduleListener.instantiateResource event, you have to create a resource of the appropriate type, as specified by getClassId, and assign it to this property.
See Also