org.noos.xing.mydoggy
Interface ContentManagerUIListener

All Superinterfaces:
EventListener

public interface ContentManagerUIListener
extends EventListener

The listener interface for receiving "interesting" events (content removing, content detached) on the content manager ui.

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

Since:
1.2.0
Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
ContentManagerUI, ContentManagerUI.addContentManagerUIListener(ContentManagerUIListener)

Method Summary
 void contentUIDetached(ContentManagerUIEvent event)
          /** Invoked when a contentui has been detached from the ui container.
 boolean contentUIRemoving(ContentManagerUIEvent event)
          Invoked before removing the content.
 

Method Detail

contentUIRemoving

boolean contentUIRemoving(ContentManagerUIEvent event)
Invoked before removing the content.

Parameters:
event - the fired event.
Returns:
false if you want to rollback the remove action.
Since:
1.2.0
See Also:
ContentManagerUIEvent

contentUIDetached

void contentUIDetached(ContentManagerUIEvent event)
/** Invoked when a contentui has been detached from the ui container.

Parameters:
event - the fired event.
Since:
1.2.0
See Also:
ContentManagerUIEvent


Copyright © 2012. All Rights Reserved.