Search
ItemListViewAdapter Class
See Also
 






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

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

 Syntax

Java  Copy Code

public class ItemListViewAdapter implements ItemListViewListener

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.ItemListViewAdapter

 See Also