Search
Recurrence.removeRecurrenceListener Method
See Also
 






Removes the specified RecurrenceListener from the recurrence.

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

 Syntax

Java  Copy Code

public void removeRecurrenceListener (
    RecurrenceListener listener
)

 Parameters

listener

The listener to be removed.

 See Also