John W. Campbell
An interface for objects which have an up/down value handling method for
a JdlValue object.
Interface and methods:
Class Details
Accessible Fields
Interface Methods
- Package:
- Jdl.JdlView;
- Class name:
- JdlValueUpDownHandler
- Class definition:
- public interface JdlValueUpDownHandler
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This section contains the methods which must be implemented for the interface.
Methods:
Handle changes - jdl_value_updown_handler
A method to handle up/down value changes.
- Method Definition:
- public String jdl_value_updown_handler(String cmd, String value)
- Parameters List:
- cmd
- The command request "up" or "down".
- value
- The current value string.
- Method Return:
-
Returns the updated string.
⇑ Up 3
⇑ Up 2
⇑ Up 1
⇑ Top of this