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