org.ocap.hn.content
Interface ContentListListener

All Superinterfaces:
EventListener

public interface ContentListListener
extends EventListener

Listener interface for classes which are interested in changes to a ContentList.

Author:
Dr. Immo Benjes , Philips Digital Systems Labs, Redhill, UK

Method Summary
 void contentAdded(ContentListEvent evt)
          Called when a ContentItem has been added to the ContentList
 void contentRemoved(ContentListEvent evt)
          Called when a ContentItem has been removed from the ContentList
 

Method Detail

contentAdded

void contentAdded(ContentListEvent evt)
Called when a ContentItem has been added to the ContentList

Parameters:
evt - the ContentListEvent

contentRemoved

void contentRemoved(ContentListEvent evt)
Called when a ContentItem has been removed from the ContentList

Parameters:
evt - the ContentListEvent