Search
ScheduleListener.recurrenceReset Method
See Also
 






Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost.

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

 Syntax

Java  Copy Code

void recurrenceReset (
    ItemEvent e
)

 Parameters

e

An ItemEvent object.

 Remarks

The recurrence is reset when the value of any of the properties that define it is changed. The recurrence is also reset when it is associated to or dissociated from an item.

 See Also