public interface AccessibleValueListener
After creating an instance of a class that implements
this interface it can be added to an accessible using the
addAccessibleValueListener
method and removed using
the removeAccessibleValueListener
method.
AccessibleValueAdapter
,
AccessibleValueEvent
Modifier and Type | Method and Description |
---|---|
void |
getCurrentValue(AccessibleValueEvent e)
Returns the value of this object as a number.
|
void |
getMaximumValue(AccessibleValueEvent e)
Returns the maximum value that can be represented by this object.
|
void |
getMinimumValue(AccessibleValueEvent e)
Returns the minimum value that can be represented by this object.
|
void |
setCurrentValue(AccessibleValueEvent e)
Sets the value of this object to the given number.
|
void getCurrentValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void setCurrentValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void getMaximumValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void getMinimumValue(AccessibleValueEvent e)
e
- an event object containing the following fields:
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0