Public Member Functions | |
int | getType () |
void | onDismiss () |
void | onValueChanged (int type, Object value) |
Interface definition for a callback to be invoked when a value of a multi-line bar is changed or the bar is dismissed.
int com.foxit.uiextensions.controls.propertybar.IMultiLineBar.IML_ValueChangeListener.getType | ( | ) |
Return a type of the current bar.
void com.foxit.uiextensions.controls.propertybar.IMultiLineBar.IML_ValueChangeListener.onDismiss | ( | ) |
Called when the bar is dismissed.
void com.foxit.uiextensions.controls.propertybar.IMultiLineBar.IML_ValueChangeListener.onValueChanged | ( | int | type, |
Object | value | ||
) |
Called when a value of a multi-line bar is changed.
type | The type of the bar. getType(). |
value | current value |