Search
RecurrenceAdapter Class
See Also
 






Provides empty implementations for the methods defined in the RecurrenceListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of RecurrenceListener.

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

 Syntax

Java  Copy Code

public class RecurrenceAdapter implements RecurrenceListener

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.model.RecurrenceAdapter

 See Also