cynosurex.awt.event
Interface TabListener

All Superinterfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon, java.util.EventListener
All Known Implementing Classes:
TabbedPanel

public interface TabListener
extends cynosurex.internal.CommonInterface, java.util.EventListener

Compiled using Java 1.1.


Field Summary
static java.lang.String embed
           
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Method Summary
 void tabSelected(TabEvent e)
           
 

Field Detail

embed

static final java.lang.String embed
See Also:
Constant Field Values
Method Detail

tabSelected

void tabSelected(TabEvent e)