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, ... .


Method Summary
 void tabActivated(UITabsetEvent pTabsetEvent)
          Invoked when a tab was activated.
 

Method Detail

tabActivated

void tabActivated(UITabsetEvent pTabsetEvent)
Invoked when a tab was activated.

Parameters:
pTabsetEvent - the tab event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.