org.pdfsam.guiclient.commons.business.listeners
Interface CloseableTabbedPaneListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CleanClosedTabbedPanelListener

public interface CloseableTabbedPaneListener
extends java.util.EventListener

The listener that's notified when an tab should be closed in the CloseableTabbedPane.


Method Summary
 boolean closeTab(int tabIndexToClose)
          Informs all CloseableTabbedPaneListeners when a tab should be closed
 

Method Detail

closeTab

boolean closeTab(int tabIndexToClose)
Informs all CloseableTabbedPaneListeners when a tab should be closed

Parameters:
tabIndexToClose - the index of the tab which should be closed
Returns:
true if the tab can be closed, false otherwise