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