Search
ScheduleListener.instantiateResource Method
See Also
 






Raised when deserializing a custom resource whose type has not been registered.

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

 Syntax

Java  Copy Code

void instantiateResource (
    InstantiateResourceEvent e
)

 Parameters

 Remarks

This event is being raised during deserialization for all custom resources whose types have not been previously registered within the system through a call to Schedule.registerResourceClass. The event provides an alternative way for instantiating resources of custom types.

 See Also