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