Provides empty implementations for the methods defined in the CalendarListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of CalendarListener.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public class CalendarAdapter implements CalendarListener |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.CalendarAdapter
See Also