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