org.noos.xing.mydoggy
Interface ContentManagerListener

All Superinterfaces:
EventListener

public interface ContentManagerListener
extends EventListener

The listener interface for receiving "interesting" events (content added, content removed) on the content manager.

The listener object created is then registered with the content manager using the addContentManagerListener method.

Since:
1.1.0
Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
ContentManager, ContentManager.addContentManagerListener(ContentManagerListener)

Method Summary
 void contentAdded(ContentManagerEvent event)
          Invoked when a content has been added to the manager.
 void contentRemoved(ContentManagerEvent event)
          Invoked when a content has been removed to the manager.
 void contentSelected(ContentManagerEvent event)
          Invoked when a content has became selected or deselected depending on the ActionId of the event.
 

Method Detail

contentAdded

void contentAdded(ContentManagerEvent event)
Invoked when a content has been added to the manager.

Parameters:
event - the fired event.
Since:
1.1.0
See Also:
ContentManagerEvent

contentRemoved

void contentRemoved(ContentManagerEvent event)
Invoked when a content has been removed to the manager.

Parameters:
event - the fired event.
Since:
1.1.0
See Also:
ContentManagerEvent

contentSelected

void contentSelected(ContentManagerEvent event)
Invoked when a content has became selected or deselected depending on the ActionId of the event.

Parameters:
event - the fired event.
Since:
1.3.1
See Also:
ContentManagerEvent


Copyright © 2012. All Rights Reserved.