Uses of Interface
org.ocap.hn.content.ContentListListener

Packages that use ContentListListener
org.ocap.hn.content.navigation Manages the content listings. 
 

Uses of ContentListListener in org.ocap.hn.content.navigation
 

Methods in org.ocap.hn.content.navigation with parameters of type ContentListListener
 void ContentList.addContentListListener(ContentListListener listener)
          Adds a ContentListListener to this ContentList.
 void ContentList.removeContentListListener(ContentListListener listener)
          Removes the specified ContentListListener.