cynosurex.lang
Interface IntegerValueChangeListener

All Superinterfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public interface IntegerValueChangeListener
extends cynosurex.internal.CommonInterface

A listener interface for integer value that changes.


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 valueChanged(int oldValue, int newValue)
           
 

Field Detail

embed

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

valueChanged

void valueChanged(int oldValue,
                  int newValue)