Search
InstantiateResourceEvent Constructor
See Also
 






Initializes a new instance of the InstantiateResourceEvent class.

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

 Syntax

Java  Copy Code

public InstantiateResourceEvent (
    Object source,
    String classId
)

 Parameters

source

The Schedule that raises this event.

classId

Class identifier of the resource.

 See Also