public class ALDSwingValueChangeEvent extends ALDEvent
| Modifier and Type | Field and Description |
|---|---|
protected ALDParameterDescriptor |
paramDescr
Descriptor of the (operator) parameter changed, if available.
|
eventMessagesource| Constructor and Description |
|---|
ALDSwingValueChangeEvent(Object s,
ALDParameterDescriptor d)
Default constructor.
|
ALDSwingValueChangeEvent(Object s,
ALDParameterDescriptor d,
String msg)
Default constructor with arguments.
|
| Modifier and Type | Method and Description |
|---|---|
ALDParameterDescriptor |
getParamDescriptor()
Get descriptor of associated (operator) parameter.
|
getEventMessage, getEventMessagegetSource, toStringprotected ALDParameterDescriptor paramDescr
public ALDSwingValueChangeEvent(Object s, ALDParameterDescriptor d)
s - Source object of the event, i.e., ALDSwingComponent.d - Descriptor of associated (operator) parameter.public ALDSwingValueChangeEvent(Object s, ALDParameterDescriptor d, String msg)
s - Source object of the event, i.e., ALDSwingComponent.d - Descriptor of associated (operator) parameter.msg - Freely configurable message.public ALDParameterDescriptor getParamDescriptor()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.