Search
InstantiateResourceEvent.setResource Method
See Also
 






Sets the newly created resource.

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

 Syntax

Java  Copy Code

public void setResource (
    Resource value
)

 Parameters

value

An instance of a Resource-derived class.

 Remarks

Upon 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