Search
SerializationContextListener.completed Method
See Also
 






Raised when the serialization or deserialization has completed successfully.

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

 Syntax

Java  Copy Code

void completed (
    EventObject e
)

 Parameters

e

An EventObject object.

 Remarks

You can use this event in your custom items to deserialize references to other Item and/or Resource objects.

 See Also