Extension SDK 9.0.5

oracle.jdeveloper.palette
Interface IncrementFieldListener

All Superinterfaces:
java.util.EventListener

public interface IncrementFieldListener
extends java.util.EventListener

The IncrementFieldListener interface should be implemented by clients that are interested in receiving notifications of an increase or decrease in value in the IncrementField class.

See Also:
IncrementField

Method Summary
 void valueChanged(int value)
          Notify listeners that a value has increased of decreased.
 

Method Detail

valueChanged

public void valueChanged(int value)
Notify listeners that a value has increased of decreased.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.