javax.rad.ui.event.type.tabset
Interface ITabClosedListener
- All Known Subinterfaces:
- ITabsetListener
public interface ITabClosedListener
Platform and technology independent tab closed listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
tabClosed
void tabClosed(UITabsetEvent pTabsetEvent)
throws Throwable
- Invoked when a tab was closed.
- Parameters:
pTabsetEvent - the tab event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.