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. |
valueChanged
public void valueChanged(int value)
- Notify listeners that a value has increased of decreased.
Copyright © 1997, 2004, Oracle. All rights reserved.